This commit is contained in:
vinceliuice
2023-04-09 14:57:33 +08:00
parent 9bc382b7c1
commit 9e3d605e32

View File

@@ -1687,9 +1687,10 @@ headerbar {
&.default-decoration { &.default-decoration {
min-height: $medium-size; min-height: $medium-size;
// padding: $space-size; padding: 0;
box-shadow: inset 0 1px highlight($titlebar); box-shadow: none;
border: none; border: none;
outline: none;
windowcontrols { windowcontrols {
button, button,
@@ -4791,6 +4792,12 @@ window {
border-radius: 0; border-radius: 0;
transition: none; transition: none;
} }
&.maximized,
&.fullscreen {
box-shadow: none;
outline: none;
}
} }
&.solid-csd { &.solid-csd {
@@ -4802,11 +4809,6 @@ window {
&:backdrop { background-color: $titlebar-backdrop; } &:backdrop { background-color: $titlebar-backdrop; }
} }
&.ssd {
// just doing borders, wm draws actual shadows
box-shadow: 0 0 0 1px $border;
}
} }
// Windows button // Windows button