web: always show focus ring

This commit is contained in:
wukko 2024-07-14 23:21:04 +06:00
parent 6ff874d5a1
commit f9dc8096bc
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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;
} }