web: remove focus ring css workarounds

This commit is contained in:
wukko
2025-04-27 20:38:01 +06:00
parent ba4742f3fd
commit 9657db3515
12 changed files with 7 additions and 40 deletions

View File

@@ -79,7 +79,7 @@
border-radius: calc(var(--border-radius) - var(--switcher-padding));;
}
.switcher.big :global(.button:not(:focus-visible)) {
.switcher.big {
box-shadow: none;
}