1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

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
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;