GtkPlacesSidebar: Fix rtl appearance

Apply the necessary directional variants for asymmetric
css padding.

https://bugzilla.gnome.org/show_bug.cgi?id=751084
This commit is contained in:
Matthias Clasen 2015-06-17 20:07:24 -04:00
parent 9c7b0f0491
commit 0f7857f66a
3 changed files with 667 additions and 839 deletions

View File

@ -2917,11 +2917,13 @@ GtkSidebarRow {
padding: 4px 14px 4px 12px;
}
.sidebar-icon {
padding-right: 8px;
opacity: $_placesidebar_icons_opacity; // dim the device icons
&:dir(ltr) { padding-right: 8px; }
&:dir(rtl) { padding-left: 8px; }
}
.sidebar-label {
padding-right: 2px;
&:dir(ltr) { padding-right: 2px; }
&:dir(rtl) { padding-left: 2px; }
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff