Skip to content

Commit

Permalink
Use correct hover color on menus
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed May 2, 2023
1 parent acc0be2 commit f26e86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/src/adw-gtk3/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2134,7 +2134,7 @@ menu,

&:hover {
color: $fg_color;
background-color: $selected_hover_color;
background-color: $hover_color;
}

&:disabled {
Expand Down

0 comments on commit f26e86c

Please sign in to comment.