Merge branch 'vertical-spin-selection-fix' into 'main'

theme: Fix vertical spin button selection

Closes #4788

See merge request GNOME/gtk!4659
This commit is contained in:
Matthias Clasen 2022-04-20 03:35:44 +00:00
commit 76dc7f1b1b

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