From 0ea3dcacb07c2b429931942ce3a784a46e5fe8aa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 19 Apr 2022 23:14:37 -0400 Subject: 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 --- gtk/theme/Default/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss index a779dc2e7a..89aa344683 100644 --- a/gtk/theme/Default/_common.scss +++ b/gtk/theme/Default/_common.scss @@ -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); } -- cgit v1.2.1