web: always show focus ring

This commit is contained in:
wukko
2024-07-14 23:21:04 +06:00
parent 6ff874d5a1
commit f9dc8096bc

View File

@ -249,7 +249,7 @@
}
:global(:focus-visible) {
box-shadow: 0 0 0 2px var(--blue) inset;
box-shadow: 0 0 0 2px var(--blue) inset !important;
outline: none;
z-index: 1;
}