Skip to content

Commit

Permalink
gnome-shell: Fix insensitive button bg in lockscreen with light themes
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Mar 22, 2024
1 parent 3c86a1c commit 739fa33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gnome-shell/src/gnome-shell-sass/_drawing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@
$hover_button_bg_color: transparentize($tc, .87);
$active_button_bg_color: transparentize($tc, .84);
$active_hover_button_bg_color: transparentize($tc, .81);

// Yaru: fix insensitive background in light themes.
$insensitive_button_bg_color: transparentize($tc, .83);
}

// flat style overrides
Expand Down

0 comments on commit 739fa33

Please sign in to comment.