diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index b382bd9..90d6836 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -505,6 +505,9 @@ row:selected:focus { background-color: @theme_selected_bg_color; background-image: none; color: @theme_selected_fg_color; + + -GtkWidget-focus-padding: 1; + -GtkWidget-focus-line-width: 0; } /******************* @@ -2263,8 +2266,7 @@ GtkColorButton.button { ************/ GtkTreeView { -GtkTreeView-vertical-separator: 0; - - -GtkWidget-focus-line-width: 1; + -GtkWidget-focus-line-width: 0; -GtkWidget-focus-padding: 1; }