forked from AuroraMiddleware/gtk
Unset border-width for treeview rows in default CSS
Fixes bug #640391 - Display lines between rows when window is focused. Reported by Guillaume Desmottes.
This commit is contained in:
parent
98346cc219
commit
e3be6fc24f
@ -3688,6 +3688,7 @@ gtk_css_provider_get_default (void)
|
||||
"GtkTreeView > row {\n"
|
||||
" background-color: @base_color;\n"
|
||||
" color: @text_color;\n"
|
||||
" border-width: 0;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"GtkTreeView > row:nth-child(odd) { \n"
|
||||
|
Loading…
Reference in New Issue
Block a user