|
|
|
@ -17,16 +17,16 @@
|
|
|
|
.menu li > button:focus-visible {
|
|
|
|
.menu li > button:focus-visible {
|
|
|
|
outline-color: rgb(14, 99, 200);
|
|
|
|
outline-color: rgb(14, 99, 200);
|
|
|
|
outline-style: solid;
|
|
|
|
outline-style: solid;
|
|
|
|
outline-width: 8px;
|
|
|
|
outline-width: 3px;
|
|
|
|
outline-offset: 4px;
|
|
|
|
outline-offset: 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Transfer focus ring from toggle to its full menu row label */
|
|
|
|
/* Transfer focus ring from toggle to its full menu row label */
|
|
|
|
.menu label:has(.toggle:focus-visible) {
|
|
|
|
.menu label:has(.toggle:focus-visible) {
|
|
|
|
outline-color: rgb(14, 99, 200);
|
|
|
|
outline-color: rgb(14, 99, 200);
|
|
|
|
outline-style: solid;
|
|
|
|
outline-style: solid;
|
|
|
|
outline-width: 8px;
|
|
|
|
outline-width: 3px;
|
|
|
|
outline-offset: 4px;
|
|
|
|
outline-offset: 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.menu label .toggle:focus-visible {
|
|
|
|
.menu label .toggle:focus-visible {
|
|
|
|
|