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