diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 6cf7e748..f7890eed 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -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;