theme: Fix vertical spin button selection
authorMatthias Clasen <mclasen@redhat.com>
Wed, 20 Apr 2022 03:14:37 +0000 (23:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 20 Apr 2022 03:14:37 +0000 (23:14 -0400)
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

index a779dc2e7a042a3b994d6315d203908ef1907527..89aa344683434ba117734f6af5292969ecf89cb4 100644 (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); }