This commit is contained in:
vinceliuice
2022-07-07 16:27:58 +08:00
parent 65f141f226
commit 3626ac79c8
7 changed files with 21 additions and 23 deletions

View File

@@ -3669,6 +3669,7 @@ 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;
@@ -3678,7 +3679,6 @@ decoration {
@if $variant == 'dark' {
.csd & {
border: 1px solid highlight($background);
background-color: $background;
background-clip: border-box;
}
}