mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-07 19:30:12 +00:00
theme: Fix prelight on selected rows' expanders
There was no prelight effect on selected rows' expanders with the builtin theme, noticed by Kris Rietveld.
This commit is contained in:
parent
073f1b4fe3
commit
e8c78edeb2
@ -3805,7 +3805,8 @@ gtk_css_provider_get_default (void)
|
||||
" color: #fff;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
".expander:prelight {\n"
|
||||
".expander:prelight,\n"
|
||||
"GtkTreeView.view.expander:selected:prelight {\n"
|
||||
" color: @text_color;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
|
Loading…
Reference in New Issue
Block a user