mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-09 10:14:26 +02:00
web: always show focus ring
This commit is contained in:
parent
6ff874d5a1
commit
f9dc8096bc
@ -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…
x
Reference in New Issue
Block a user