mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-07 19:30:12 +00:00
Adwaita: stricter selector for split headerbar separator
with a descendant select was erroneusly catching normal headerbar separators in paned split headerabar case, see gedit. Using a child selector fixes.
This commit is contained in:
parent
296a7c24f9
commit
9f606b8270
@ -1365,7 +1365,7 @@ headerbar {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
separator { background-color: $borders_color; }
|
||||
> separator { background-color: $borders_color; }
|
||||
|
||||
@extend %titlebar;
|
||||
}
|
||||
|
@ -1766,7 +1766,7 @@ window.csd > .titlebar:not(headerbar) {
|
||||
border-style: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none; }
|
||||
.titlebar:not(headerbar) separator {
|
||||
.titlebar:not(headerbar) > separator {
|
||||
background-color: #1c1f1f; }
|
||||
|
||||
/************
|
||||
|
@ -1770,7 +1770,7 @@ window.csd > .titlebar:not(headerbar) {
|
||||
border-style: none;
|
||||
border-color: transparent;
|
||||
box-shadow: none; }
|
||||
.titlebar:not(headerbar) separator {
|
||||
.titlebar:not(headerbar) > separator {
|
||||
background-color: #9d9d99; }
|
||||
|
||||
/************
|
||||
|
Loading…
Reference in New Issue
Block a user