Compare commits

...

1 Commits

Author SHA1 Message Date
Jakub Steiner
511ade32df style: spinbutton selections
- don't invert foreground for spinbutton text selections

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/4788
2022-04-19 13:54:24 +02:00

View File

@@ -1165,7 +1165,6 @@ spinbutton {
color: transparent;
&:focus-within {
background-color: $selected_text_bg_color;
color: $selected_fg_color;
}
}
> block-cursor { @include entry(block_cursor); }