We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b576f commit 45210caCopy full SHA for 45210ca
1 file changed
src/gtk-3.20/scss/apps/_unity.scss
@@ -33,6 +33,16 @@
33
color: mix($titlebar_fg_color, $titlebar_bg_color, .1);
34
text-shadow: none;
35
36
+ // Fixed: https://github.com/numixproject/numix-gtk-theme/issues/632
37
+ // for L.I.M's selected menuitem
38
+ &:hover {
39
+ border-radius: 0;
40
+ border-color: mix($panel_bg_color, $panel_fg_color, .21);
41
+ background-color: mix($panel_bg_color, $panel_fg_color, .21);
42
+ background-image: none;
43
+ color: shade($panel_fg_color, 1.08);
44
+ }
45
+
46
&:backdrop {
47
border: 1px solid $wm_border_unfocused;
48
color: mix($titlebar_fg_color, $titlebar_bg_color, .4);
0 commit comments