From 3ffef0ca03993cb6995948183b250c8c59d9944c Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Fri, 11 Sep 2015 12:39:08 +0200 Subject: [PATCH] HighContrast: make sidebar list rows taller sync with Adwaita https://bugzilla.gnome.org/show_bug.cgi?id=754866 --- gtk/theme/HighContrast/_common.scss | 2 +- gtk/theme/HighContrast/gtk.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index c9b35bb7da..3a77bc682f 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -2197,7 +2197,7 @@ GtkFileChooserDialog { $_placesidebar_icons_opacity: 0.9; GtkSidebarRow { // Needs overriding of the GtkListBoxRow padding - @at-root .list-row { + &.list-row { padding: 0px; } // Using margins/padding directly in the SidebarRow diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css index 9a2aa2c919..23202cb4be 100644 --- a/gtk/theme/HighContrast/gtk.css +++ b/gtk/theme/HighContrast/gtk.css @@ -2395,7 +2395,7 @@ GtkFileChooserDialog .dialog-action-box { border-right: none; border-left: 1px solid #7f7f7f; } -.list-row { +GtkSidebarRow.list-row { padding: 0px; } GtkSidebarRow .sidebar-revealer { padding: 4px 14px 4px 12px; }