mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-22 10:46:19 +01:00
web/SavingDialog: fix weird focus border in chromium browsers
This commit is contained in:
parent
47804f462c
commit
e93aa54e2f
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,10 @@
|
|||
gap: var(--padding);
|
||||
}
|
||||
|
||||
.dialog-inner-container:focus-visible {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.dialog-inner-container {
|
||||
overflow-y: scroll;
|
||||
gap: 8px;
|
||||
|
|
Loading…
Reference in a new issue