Improve the style of disabled menu item (#9078)

* 🎨 Improve the style of disabled menu item

* Update _menu.scss
This commit is contained in:
Yingyi / 颖逸 2023-09-01 16:27:36 +08:00 committed by GitHub
parent a63e1fda2e
commit eb461fad84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,7 +168,9 @@
&[disabled="disabled"] {
cursor: not-allowed;
opacity: 0.38;
& > *:not(.b3-menu__submenu) {
opacity: 0.5;
}
}
&--show {