mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-23 19:26:26 +01:00
web: always show focus ring
This commit is contained in:
parent
6ff874d5a1
commit
f9dc8096bc
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(:focus-visible) {
|
:global(:focus-visible) {
|
||||||
box-shadow: 0 0 0 2px var(--blue) inset;
|
box-shadow: 0 0 0 2px var(--blue) inset !important;
|
||||||
outline: none;
|
outline: none;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue