Remove hover styles from disabled menu items

This commit is contained in:
Alexander Zaytsev
2026-01-13 11:47:44 +01:00
parent ceff6ea4df
commit e658e71977
+4
View File
@@ -123,6 +123,10 @@
}
}
&:has(.popup__btn[disabled]) {
pointer-events: none;
}
.checked {
display: none;
}