1
0
forked from noxious/client

Fix animation activating on disabled button

This commit is contained in:
Colin Kallemein 2024-06-10 21:46:57 +02:00
parent 6aa8853aa9
commit 399e994bbe

View File

@ -301,6 +301,9 @@ function create() {
&:disabled {
background-color: rgba($cyan, 0.5);
cursor: not-allowed;
&:hover {
gap: 15px;
}
}
&:hover {