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