web/layout: add & use the css variable for the focus ring
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
box-shadow: 0 0 0 2px var(--blue) inset;
|
||||
box-shadow: var(--focus-ring);
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
#processing-status.completed {
|
||||
box-shadow:
|
||||
0 0 0 2px var(--blue) inset,
|
||||
var(--focus-ring),
|
||||
var(--processing-status-glow);
|
||||
}
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
}
|
||||
|
||||
#download-button:focus-visible {
|
||||
box-shadow: 0 0 0 2px var(--blue) inset;
|
||||
box-shadow: var(--focus-ring);
|
||||
}
|
||||
|
||||
#download-state {
|
||||
|
||||
Reference in New Issue
Block a user