From: Feichtmeier Date: Tue, 23 Jul 2019 16:24:34 +0000 (+0200) Subject: Tiny refactoring X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~789 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c091a03f3ab7378ebeccfc32c03c65ee414e129;p=gtk4.git Tiny refactoring - 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 --- diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 1f65d32b1d..db15a52313 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -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; } }