Skip to content

Commit 45210ca

Browse files
megaxkhurshid-alam
authored andcommitted
[GTK 3.22] Add hover effect for menuitem under Unity-LIM. Fixes #632
1 parent 92b576f commit 45210ca

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/gtk-3.20/scss/apps/_unity.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@
3333
color: mix($titlebar_fg_color, $titlebar_bg_color, .1);
3434
text-shadow: none;
3535

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+
3646
&:backdrop {
3747
border: 1px solid $wm_border_unfocused;
3848
color: mix($titlebar_fg_color, $titlebar_bg_color, .4);

0 commit comments

Comments
 (0)