mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 11:58:49 +01:00
Improve the style of disabled menu item (#9078)
* 🎨 Improve the style of disabled menu item
* Update _menu.scss
This commit is contained in:
parent
a63e1fda2e
commit
eb461fad84
1 changed files with 3 additions and 1 deletions
|
|
@ -168,7 +168,9 @@
|
|||
|
||||
&[disabled="disabled"] {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.38;
|
||||
& > *:not(.b3-menu__submenu) {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
&--show {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue