Merge pull request #1240 from step-/patch-1

fix #1238
This commit is contained in:
Vince 2025-03-13 16:50:24 +08:00 committed by GitHub
commit f78141b7bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2261,23 +2261,18 @@ menu {
// image { -gtk-icon-style: symbolic; } // image { -gtk-icon-style: symbolic; }
arrow { > arrow {
transition: none; transition: none;
color: $selected_fg_color; color: $selected_fg_color;
} }
menu { //sunmenu menu { //submenu
arrow { arrow {
color: $fg_color;
text-shadow: none; text-shadow: none;
-gtk-icon-shadow: none; -gtk-icon-shadow: none;
} }
// menuitem { -gtk-icon-style: symbolic; } // menuitem { -gtk-icon-style: symbolic; }
menuitem:hover {
arrow { color: $selected_fg_color; }
}
} }
} }