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