[gtk+] HighContrast: make sidebar list rows taller



commit 3ffef0ca03993cb6995948183b250c8c59d9944c
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Sep 11 12:39:08 2015 +0200

    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 c9b35bb..3a77bc6 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 9a2aa2c..23202cb 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; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]