mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
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
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:
parent
fc050d78e2
commit
f5598d7897
@ -145,7 +145,7 @@
|
||||
}
|
||||
|
||||
.dialog-inner-container:focus-visible {
|
||||
box-shadow: none;
|
||||
box-shadow: none!important;
|
||||
}
|
||||
|
||||
.dialog-inner-container {
|
||||
|
Loading…
Reference in New Issue
Block a user