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:
Matthias Clasen 2022-04-19 23:14:37 -04:00
parent e17d51df66
commit 6e5573f5bb

View File

@ -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); }