Skip to content

Commit

Permalink
gnome-shell: Fix quick-toggle menu colors
Browse files Browse the repository at this point in the history
The !important flags were added during GNOME 44 cycle.
  • Loading branch information
jnsh committed Aug 9, 2023
1 parent 14901ff commit ccb9cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/gnome-shell/44/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3246,7 +3246,8 @@ $_screenshot_ui_panel_padding: 15px;
}

.quick-toggle-menu {
background-color: $shell_popup_menu_background_color;
background-color: $shell_popup_menu_background_color !important;
color: $fg_color !important;
border-color: $borders_color;
border-radius: 3px;
padding: 8px;
Expand Down

0 comments on commit ccb9cf3

Please sign in to comment.