forked from Mastodon/mastoradio-la-radio-di-mastodon
style(buttons): Add disabled state
This commit is contained in:
@@ -42,6 +42,11 @@ $btn-radius: .2rem;
|
||||
box-shadow: $focus-ring;
|
||||
}
|
||||
|
||||
.btn:disabled {
|
||||
opacity: .5;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* colors
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
|
Reference in New Issue
Block a user