Remove backdrop filter from input slot in aero-theme.css for improved performance
All checks were successful
CI / Check / Test (push) Successful in 17m46s

This commit is contained in:
2026-06-08 21:05:16 +02:00
parent 4dacbbfded
commit 213f9a2433
2 changed files with 1910 additions and 2 deletions

1910
movies-diary.insomnia.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -214,8 +214,6 @@ body > #root {
[data-slot="input"] {
background: rgba(255, 255, 255, 0.08);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
border-color: var(--aero-glass-border);
}