forked from AuroraMiddleware/gtk
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
9761a4758a
commit
0ea3dcacb0
@ -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