mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-10-13 06:33:05 -07:00
update
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user