fix: Fix popover/dialog backgrounds not blurred on older Webkit browsers (#35220)
This commit is contained in:
parent
f00c8e3245
commit
e8a603b18f
3 changed files with 27 additions and 23 deletions
|
|
@ -11,7 +11,6 @@
|
|||
--modal-background-variant-color: #{rgba($ui-base-color, 0.7)};
|
||||
--modal-border-color: #{lighten($ui-base-color, 4%)};
|
||||
--background-border-color: #{lighten($ui-base-color, 4%)};
|
||||
--background-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
|
||||
--background-color: #{darken($ui-base-color, 8%)};
|
||||
--background-color-tint: #{rgba(darken($ui-base-color, 8%), 0.9)};
|
||||
--surface-background-color: #{darken($ui-base-color, 4%)};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue