forked from noxious/client
Fix animation activating on disabled button
This commit is contained in:
parent
6aa8853aa9
commit
399e994bbe
@ -301,6 +301,9 @@ function create() {
|
||||
&:disabled {
|
||||
background-color: rgba($cyan, 0.5);
|
||||
cursor: not-allowed;
|
||||
&:hover {
|
||||
gap: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user