projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfb8de
)
Tiny refactoring
author
Feichtmeier
<frederik.feichtmeier@gmail.com>
Tue, 23 Jul 2019 16:24:34 +0000
(18:24 +0200)
committer
Timm 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
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 1f65d32b1df5da09ef83b9f9c387f886f4b24d41..db15a5231373390127db2b78697aadbe67999cba 100644
(file)
--- 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; }
}