Skip to content

Commit

Permalink
gnome-shell: Fix popup-menu-item keyboard focus
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsh committed Apr 25, 2022
1 parent b3a22ae commit 9125d2f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions common/gnome-shell/42/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -560,13 +560,7 @@ $_popup_submenu_border_color: if($variant!='dark', rgba(0, 0, 0, 0.1), rgba(0, 0
&:ltr { padding: .4em 16px .4em 0em; }
&:rtl { padding: .4em 0em .4em 16px; }

&:focus {
&, &:checked {
background-color: transparent !important;
}
}

&:hover, &:active {
&:hover, &:active, &:focus {
&, &:checked {
color: $selected_fg_color;
background-color: $selected_bg_color !important;
Expand Down

0 comments on commit 9125d2f

Please sign in to comment.