Adwaita: fix separator in non paned using split headerbar

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=762593
This commit is contained in:
Lapo Calamandrei 2016-02-26 12:53:02 +01:00
parent ea9e8221b1
commit 1a0b6568fa
3 changed files with 22 additions and 22 deletions

View File

@ -1341,7 +1341,9 @@ headerbar {
padding: 0;
}
}
}
headerbar {
// add vertical margins to headerbar entries, buttons and separators to avoid them spanning the whole height
entry,
spinbutton,
@ -1377,6 +1379,8 @@ headerbar {
box-shadow: none;
}
separator { background-color: $borders_color; }
@extend %titlebar;
}

View File

@ -1750,17 +1750,13 @@ headerbar {
min-width: 26px;
margin: 0;
padding: 0; }
.titlebar:not(headerbar) entry, .titlebar:not(headerbar) spinbutton:not(.vertical),
.titlebar:not(headerbar) spinbutton,
.titlebar:not(headerbar) separator,
.titlebar:not(headerbar) button,
headerbar entry,
headerbar spinbutton:not(.vertical),
headerbar spinbutton,
headerbar separator,
headerbar button {
margin-top: 6px;
margin-bottom: 6px; }
headerbar entry, headerbar spinbutton:not(.vertical),
headerbar spinbutton,
headerbar separator,
headerbar button {
margin-top: 6px;
margin-bottom: 6px; }
.titlebar, .titlebar:backdrop {
border-top-left-radius: 7px;
@ -1778,6 +1774,8 @@ window.csd > .titlebar:not(headerbar) {
border-style: none;
border-color: transparent;
box-shadow: none; }
.titlebar:not(headerbar) separator {
background-color: #1c1f1f; }
/************
* Pathbars *

View File

@ -1754,17 +1754,13 @@ headerbar {
min-width: 26px;
margin: 0;
padding: 0; }
.titlebar:not(headerbar) entry, .titlebar:not(headerbar) spinbutton:not(.vertical),
.titlebar:not(headerbar) spinbutton,
.titlebar:not(headerbar) separator,
.titlebar:not(headerbar) button,
headerbar entry,
headerbar spinbutton:not(.vertical),
headerbar spinbutton,
headerbar separator,
headerbar button {
margin-top: 6px;
margin-bottom: 6px; }
headerbar entry, headerbar spinbutton:not(.vertical),
headerbar spinbutton,
headerbar separator,
headerbar button {
margin-top: 6px;
margin-bottom: 6px; }
.titlebar, .titlebar:backdrop {
border-top-left-radius: 7px;
@ -1782,6 +1778,8 @@ window.csd > .titlebar:not(headerbar) {
border-style: none;
border-color: transparent;
box-shadow: none; }
.titlebar:not(headerbar) separator {
background-color: #9d9d99; }
/************
* Pathbars *