styling: Have unfocused selections

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/4393
This commit is contained in:
Jakub Steiner
2021-11-03 12:44:59 +01:00
parent 37cbd0662e
commit 96f63a6bf3

View File

@@ -4127,7 +4127,11 @@ tooltip.csd {
// catch all extend :)
%selected_items {
background-color: $selected_bg_color;
background-color: desaturate($selected_bg_color,100%);
&:focus-within {
background-color: $selected_bg_color;
}
@at-root %nobg_selected_items, & {
color: $selected_fg_color;