暗色主题: 菜单图标添加filter:invert(1)自适应

This commit is contained in:
yumoqing 2026-05-31 11:22:07 +08:00
parent ebc8959f4c
commit 216221f67f

View File

@ -834,6 +834,9 @@ hr {
[data-theme="dark"] .menuitem:hover {
background-color: #475569 !important;
}
[data-theme="dark"] .menuitem img {
filter: invert(1);
}
/* Override Menu widget's inline backgroundColor:"white" */
[data-theme="dark"] .popup .vbox,