2
0

fix: Fix popover/dialog backgrounds not blurred on older Webkit browsers (#35220)

This commit is contained in:
diondiondion
2025-06-30 14:16:54 +02:00
committed by GitHub
parent f00c8e3245
commit e8a603b18f
3 changed files with 27 additions and 23 deletions

View File

@@ -86,6 +86,11 @@ $inverted-text-color: $ui-base-color !default;
$lighter-text-color: $ui-base-lighter-color !default;
$light-text-color: $ui-primary-color !default;
// Keep this filter a SCSS variable rather than
// a CSS Custom Property due to this Safari bug:
// https://github.com/mdn/browser-compat-data/issues/25914#issuecomment-2676190245
$backdrop-blur-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
// Language codes that uses CJK fonts
$cjk-langs: ja, ko, zh-CN, zh-HK, zh-TW;