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