This commit is contained in:
Vince
2022-11-09 20:41:18 +08:00
parent 58606ca472
commit 0e076fac7f
3 changed files with 23 additions and 17 deletions

View File

@@ -1311,6 +1311,11 @@ searchbar > revealer > box {
padding: $space-size $space-size * 2;
border-radius: $window-radius $window-radius 0 0;
box-shadow: inset 0 1px highlight($titlebar);
background-color: $titlebar;
&:backdrop {
background-color: $titlebar-backdrop;
}
.tiled &,
.maximized &,
@@ -3648,7 +3653,6 @@ colorchooser .popover.osd {
decoration {
transition: $transition-shadow;
border-radius: $window-radius;
// background-color: $background;
@if $rimless == 'true' {
box-shadow: $shadow-z16, 0 0 36px transparent;