* No rounded corners for solid-csd.
parent
bbf9dd699f
commit
4661a78da0
|
@ -105,10 +105,10 @@
|
|||
margin-bottom: $spacing + 1px;
|
||||
}
|
||||
|
||||
window:not(.tiled):not(.maximized) separator:first-child + &, // tackles the paned container case
|
||||
window:not(.tiled):not(.maximized) &:first-child { &:backdrop, & { border-top-left-radius: $roundness; } }
|
||||
window:not(.tiled):not(.maximized):not(.solid-csd) separator:first-child + &, // tackles the paned container case
|
||||
window:not(.tiled):not(.maximized):not(.solid-csd) &:first-child { &:backdrop, & { border-top-left-radius: $roundness; } }
|
||||
|
||||
window:not(.tiled):not(.maximized) &:last-child { &:backdrop, & { border-top-right-radius: $roundness; } }
|
||||
window:not(.tiled):not(.maximized):not(.solid-csd) &:last-child { &:backdrop, & { border-top-right-radius: $roundness; } }
|
||||
}
|
||||
|
||||
%titlebar { // Default headerbar and titlebar code.
|
||||
|
@ -212,7 +212,7 @@
|
|||
@extend %titlebar;
|
||||
}
|
||||
|
||||
.background:not(.tiled):not(.maximized) .titlebar {
|
||||
.background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar {
|
||||
&:backdrop, & {
|
||||
border-top-left-radius: $roundness;
|
||||
border-top-right-radius: $roundness;
|
||||
|
|
Loading…
Reference in New Issue