Skip to content

Commit

Permalink
gnome-shell: Fix active popup-menu-item sliders
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsh committed Apr 25, 2022
1 parent 9125d2f commit 7e3fc35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/gnome-shell/42/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ StScrollBar {
border-left-width: 5px;
color: $selected_bg_color;

.popup-menu-item.selected & {
.popup-menu-item:hover &,
.popup-menu-item:active &,
.popup-menu-item:focus & {
-barlevel-background-color: transparentize(black, 0.8);
-barlevel-active-background-color: $selected_fg_color;
color: $selected_fg_color;
Expand Down

0 comments on commit 7e3fc35

Please sign in to comment.