Tiny refactoring
authorFeichtmeier <frederik.feichtmeier@gmail.com>
Tue, 23 Jul 2019 16:24:34 +0000 (18:24 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 9 Oct 2019 14:57:21 +0000 (16:57 +0200)
- use checkradio_fg_color for check/radio in treeview, which points to fg_color, so no change of the hex color, thus no change to the parsed CSS

gtk/theme/Adwaita/_common.scss

index 1f65d32b1df5da09ef83b9f9c387f886f4b24d41..db15a5231373390127db2b78697aadbe67999cba 100644 (file)
@@ -2947,7 +2947,7 @@ treeview.view check,
 treeview.view radio {
   &:selected {
     &:focus, & {
-      color: $fg_color;
+      color: $checkradio_fg_color;
 
       @if $variant == 'light' { border-color: $selected_borders_color; }
     }