mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix background color transition in destructive buttons
This commit is contained in:
parent
f4b038f779
commit
a74d300b68
@ -35,6 +35,17 @@
|
||||
transition: all 200ms ease-out;
|
||||
}
|
||||
|
||||
&--destructive {
|
||||
transition: none;
|
||||
|
||||
&:active,
|
||||
&:focus,
|
||||
&:hover {
|
||||
background-color: $error-red;
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
background-color: $ui-primary-color;
|
||||
cursor: default;
|
||||
|
Loading…
Reference in New Issue
Block a user