web/SavingDialog: fix unexpected inner container box-shadow
Some checks failed
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled

This commit is contained in:
wukko 2025-04-05 23:03:26 +06:00
parent fc050d78e2
commit f5598d7897
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -145,7 +145,7 @@
} }
.dialog-inner-container:focus-visible { .dialog-inner-container:focus-visible {
box-shadow: none; box-shadow: none!important;
} }
.dialog-inner-container { .dialog-inner-container {