暗色主题: 菜单图标添加filter:invert(1)自适应
This commit is contained in:
parent
ebc8959f4c
commit
216221f67f
@ -834,6 +834,9 @@ hr {
|
|||||||
[data-theme="dark"] .menuitem:hover {
|
[data-theme="dark"] .menuitem:hover {
|
||||||
background-color: #475569 !important;
|
background-color: #475569 !important;
|
||||||
}
|
}
|
||||||
|
[data-theme="dark"] .menuitem img {
|
||||||
|
filter: invert(1);
|
||||||
|
}
|
||||||
|
|
||||||
/* Override Menu widget's inline backgroundColor:"white" */
|
/* Override Menu widget's inline backgroundColor:"white" */
|
||||||
[data-theme="dark"] .popup .vbox,
|
[data-theme="dark"] .popup .vbox,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user