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