[gtk/vertical-spin-selection-fix] theme: Fix vertical spin button selection




commit 0ea3dcacb07c2b429931942ce3a784a46e5fe8aa
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Apr 19 23:14:37 2022 -0400

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]