mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
theme: Fix vertical spin button selection
The selection should be black-on-blue as it is everywhere else now. This was just a leftover. Fixes: #4788
This commit is contained in:
parent
e17d51df66
commit
6e5573f5bb
@ -1165,7 +1165,7 @@ spinbutton {
|
||||
color: transparent;
|
||||
&:focus-within {
|
||||
background-color: $selected_text_bg_color;
|
||||
color: $selected_fg_color;
|
||||
color: $fg_color;
|
||||
}
|
||||
}
|
||||
> block-cursor { @include entry(block_cursor); }
|
||||
|
Loading…
Reference in New Issue
Block a user