web/layout: add & use the css variable for the focus ring

This commit is contained in:
wukko
2025-02-13 00:32:02 +06:00
parent 935947cafc
commit 8d7f0d984f
4 changed files with 6 additions and 4 deletions

View File

@@ -58,7 +58,7 @@
#processing-status.completed {
box-shadow:
0 0 0 2px var(--blue) inset,
var(--focus-ring),
var(--processing-status-glow);
}