This commit is contained in:
step 2025-03-12 13:39:19 +01:00 committed by GitHub
parent a087b8f7f0
commit f63fefe0b3
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; }
}
} }
} }