[gtk/wip/jimmac/spinbutton-selections] style: spinbutton selections




commit 511ade32df6f4efb62c7cad48eccdc07dfa06bf6
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Apr 19 13:54:24 2022 +0200

    style: spinbutton selections
    
    - don't invert foreground for spinbutton text selections
    
    Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/4788

 gtk/theme/Default/_common.scss | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss
index a779dc2e7a..3fd1918255 100644
--- a/gtk/theme/Default/_common.scss
+++ b/gtk/theme/Default/_common.scss
@@ -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); }


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