Skip to content

Commit

Permalink
BUGFix: Gnome 42 - issue with highlighted item in popups
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed May 10, 2022
1 parent e09bd2e commit 3f11f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnome-shell/v40/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ StScrollBar {
box-shadow: inset 0 1px 0px lighten($borders_color,5%);
font-weight: bold;
&:hover{
background-color: transparentize($selected_bg_color,0.1);
background-color: transparentize($selected_bg_color,0.1) !important;
color: $selected_fg_color;
}
}
Expand Down
2 changes: 1 addition & 1 deletion gnome-shell/v40/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ StScrollBar {
box-shadow: inset 0 1px 0px #131727;
font-weight: bold; }
.popup-menu .popup-menu-item:checked:hover {
background-color: rgba(255, 106, 0, 0.9);
background-color: rgba(255, 106, 0, 0.9) !important;
color: #ffffff; }
.popup-menu .popup-menu-item.selected {
background-color: rgba(191, 195, 205, 0.1) !important;
Expand Down

0 comments on commit 3f11f10

Please sign in to comment.