mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
Improve the style of disabled menu item (#9078)
* 🎨 Improve the style of disabled menu item
* Update _menu.scss
This commit is contained in:
@@ -168,7 +168,9 @@
|
||||
|
||||
&[disabled="disabled"] {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.38;
|
||||
& > *:not(.b3-menu__submenu) {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
&--show {
|
||||
|
||||
Reference in New Issue
Block a user