This commit is contained in:
vinceliuice
2023-05-20 13:08:06 +08:00
parent 627f407641
commit 2449ab52c2

View File

@@ -1325,12 +1325,7 @@ searchbar > revealer > box {
border-radius: $window-radius $window-radius 0 0; border-radius: $window-radius $window-radius 0 0;
border: none; border: none;
background-color: $titlebar; background-color: $titlebar;
box-shadow: inset 0 1px highlight($titlebar);
@if $variant == 'light' or $rimless == 'true' {
box-shadow: inset 0 1px highlight($titlebar);
} @else {
box-shadow: none;
}
&:backdrop { &:backdrop {
background-color: $titlebar-backdrop; background-color: $titlebar-backdrop;
@@ -1355,8 +1350,6 @@ searchbar > revealer > box {
@if $rimless == 'false' and $variant == 'dark' { @if $rimless == 'false' and $variant == 'dark' {
box-shadow: none; box-shadow: none;
} @else {
box-shadow: inset 0 1px highlight($titlebar);
} }
} }
@@ -3697,7 +3690,6 @@ colorchooser .popover.osd {
decoration { decoration {
transition: none; transition: none;
border-radius: $window-radius; border-radius: $window-radius;
border: none;
@if $rimless == 'true' { @if $rimless == 'true' {
box-shadow: $shadow-z16, 0 0 36px transparent; box-shadow: $shadow-z16, 0 0 36px transparent;