HighContrast: make sidebar list rows taller

sync with Adwaita

https://bugzilla.gnome.org/show_bug.cgi?id=754866
This commit is contained in:
Jakub Steiner 2015-09-11 12:39:08 +02:00
parent 4993b02da8
commit 3ffef0ca03
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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; }