Merge branch 'wip/jimmac/unfocused-selections' into 'master'

styling: Have unfocused selections

Closes #4393

See merge request GNOME/gtk!4113
This commit is contained in:
Matthias Clasen 2021-11-09 11:34:37 +00:00
commit bf40b89b53

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;