fix: blur on warnings/info

This commit is contained in:
Amelia Yukii 2023-11-02 22:44:35 +01:00 committed by GitHub
parent 6a7bea912e
commit 3a95c5b18d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -24,7 +24,6 @@ const props = defineProps<{
padding: 12px 14px;
font-size: 90%;
background: color-mix(in srgb, var(--infoBg) 65%, transparent);
backdrop-filter: blur(16px);
color: var(--infoFg);
border-radius: var(--radius);
white-space: pre-wrap;

View file

@ -20,7 +20,6 @@ defineProps<{
font-size: 0.8em;
padding: 16px;
background: color-mix(in srgb, var(--infoWarnBg) 65%, transparent);
backdrop-filter: blur(16px);
color: var(--infoWarnFg);
border-radius: var(--radius);
overflow: clip;