mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-09 04:00:08 +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;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
headerbar {
|
||||||
// add vertical margins to headerbar entries, buttons and separators to avoid them spanning the whole height
|
// add vertical margins to headerbar entries, buttons and separators to avoid them spanning the whole height
|
||||||
entry,
|
entry,
|
||||||
spinbutton,
|
spinbutton,
|
||||||
@ -1377,6 +1379,8 @@ headerbar {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
separator { background-color: $borders_color; }
|
||||||
|
|
||||||
@extend %titlebar;
|
@extend %titlebar;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1750,17 +1750,13 @@ headerbar {
|
|||||||
min-width: 26px;
|
min-width: 26px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
.titlebar:not(headerbar) entry, .titlebar:not(headerbar) spinbutton:not(.vertical),
|
|
||||||
.titlebar:not(headerbar) spinbutton,
|
headerbar entry, headerbar spinbutton:not(.vertical),
|
||||||
.titlebar:not(headerbar) separator,
|
headerbar spinbutton,
|
||||||
.titlebar:not(headerbar) button,
|
headerbar separator,
|
||||||
headerbar entry,
|
headerbar button {
|
||||||
headerbar spinbutton:not(.vertical),
|
margin-top: 6px;
|
||||||
headerbar spinbutton,
|
margin-bottom: 6px; }
|
||||||
headerbar separator,
|
|
||||||
headerbar button {
|
|
||||||
margin-top: 6px;
|
|
||||||
margin-bottom: 6px; }
|
|
||||||
|
|
||||||
.titlebar, .titlebar:backdrop {
|
.titlebar, .titlebar:backdrop {
|
||||||
border-top-left-radius: 7px;
|
border-top-left-radius: 7px;
|
||||||
@ -1778,6 +1774,8 @@ window.csd > .titlebar:not(headerbar) {
|
|||||||
border-style: none;
|
border-style: none;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
.titlebar:not(headerbar) separator {
|
||||||
|
background-color: #1c1f1f; }
|
||||||
|
|
||||||
/************
|
/************
|
||||||
* Pathbars *
|
* Pathbars *
|
||||||
|
@ -1754,17 +1754,13 @@ headerbar {
|
|||||||
min-width: 26px;
|
min-width: 26px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
.titlebar:not(headerbar) entry, .titlebar:not(headerbar) spinbutton:not(.vertical),
|
|
||||||
.titlebar:not(headerbar) spinbutton,
|
headerbar entry, headerbar spinbutton:not(.vertical),
|
||||||
.titlebar:not(headerbar) separator,
|
headerbar spinbutton,
|
||||||
.titlebar:not(headerbar) button,
|
headerbar separator,
|
||||||
headerbar entry,
|
headerbar button {
|
||||||
headerbar spinbutton:not(.vertical),
|
margin-top: 6px;
|
||||||
headerbar spinbutton,
|
margin-bottom: 6px; }
|
||||||
headerbar separator,
|
|
||||||
headerbar button {
|
|
||||||
margin-top: 6px;
|
|
||||||
margin-bottom: 6px; }
|
|
||||||
|
|
||||||
.titlebar, .titlebar:backdrop {
|
.titlebar, .titlebar:backdrop {
|
||||||
border-top-left-radius: 7px;
|
border-top-left-radius: 7px;
|
||||||
@ -1782,6 +1778,8 @@ window.csd > .titlebar:not(headerbar) {
|
|||||||
border-style: none;
|
border-style: none;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
.titlebar:not(headerbar) separator {
|
||||||
|
background-color: #9d9d99; }
|
||||||
|
|
||||||
/************
|
/************
|
||||||
* Pathbars *
|
* Pathbars *
|
||||||
|
Loading…
Reference in New Issue
Block a user