* No rounded corners for solid-csd.

pull/625/head
Megax 2016-10-31 18:19:56 +01:00
parent bbf9dd699f
commit 4661a78da0
1 changed files with 4 additions and 4 deletions

View File

@ -105,10 +105,10 @@
margin-bottom: $spacing + 1px; margin-bottom: $spacing + 1px;
} }
window:not(.tiled):not(.maximized) separator:first-child + &, // tackles the paned container case window:not(.tiled):not(.maximized):not(.solid-csd) 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) &: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. %titlebar { // Default headerbar and titlebar code.
@ -212,7 +212,7 @@
@extend %titlebar; @extend %titlebar;
} }
.background:not(.tiled):not(.maximized) .titlebar { .background:not(.tiled):not(.maximized):not(.solid-csd) .titlebar {
&:backdrop, & { &:backdrop, & {
border-top-left-radius: $roundness; border-top-left-radius: $roundness;
border-top-right-radius: $roundness; border-top-right-radius: $roundness;