mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-07 19:30:12 +00:00
Adwaita: fix separator in non paned using split headerbar
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=762593
This commit is contained in:
parent
ea9e8221b1
commit
1a0b6568fa
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user