forked from AuroraMiddleware/gtk
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:
commit
bf40b89b53
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user