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
This commit is contained in:
Feichtmeier 2019-07-23 18:24:34 +02:00 committed by Timm Bäder
parent 2dfb8de0ec
commit 1c091a03f3

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