Remove hover styles from disabled menu items
This commit is contained in:
@@ -123,6 +123,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:has(.popup__btn[disabled]) {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.checked {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user