mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-03 15:44:27 +02:00
web/SavingDialog: fix weird focus border in chromium browsers
This commit is contained in:
parent
47804f462c
commit
e93aa54e2f
@ -144,6 +144,10 @@
|
|||||||
gap: var(--padding);
|
gap: var(--padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dialog-inner-container:focus-visible {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
.dialog-inner-container {
|
.dialog-inner-container {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user