Adwaita: Fix a padding problem in action bars

Padding adds up. A selector like "actionbar box" matches any box
inside an actionbar, so nested boxes accumulate more and more
padding. The intention clearly was to just give padding to the
topmost box that is the direct child of the actionbar's revealer.

https://bugzilla.gnome.org/show_bug.cgi?id=762036
This commit is contained in:
Matthias Clasen 2016-02-14 14:54:49 -05:00
parent e0bf1289b9
commit 3c9a63bcb1
3 changed files with 3 additions and 3 deletions

View File

@ -2817,7 +2817,7 @@ frame border,
&:backdrop { border-color: $backdrop_borders_color; }
}
actionbar box {
actionbar > revealer > box {
padding: 6px;
border-width: 1px 0 0;
}

View File

@ -3452,7 +3452,7 @@ frame border,
.frame:backdrop {
border-color: #1f2222; }
actionbar box {
actionbar > revealer > box {
padding: 6px;
border-width: 1px 0 0; }

View File

@ -3585,7 +3585,7 @@ frame border,
.frame:backdrop {
border-color: #a5a5a1; }
actionbar box {
actionbar > revealer > box {
padding: 6px;
border-width: 1px 0 0; }