mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-13 19:55:20 +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:
@@ -145,7 +145,7 @@
|
||||
}
|
||||
|
||||
.dialog-inner-container:focus-visible {
|
||||
box-shadow: none;
|
||||
box-shadow: none!important;
|
||||
}
|
||||
|
||||
.dialog-inner-container {
|
||||
|
||||
Reference in New Issue
Block a user