Skip to content

Commit 12f92a5

Browse files
committed
style: fix keyboard focus visibility for toolbar accessibility
1 parent 71c4f40 commit 12f92a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css/activities.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@
1414

1515
@import url("play-only-mode.css");
1616

17-
*:focus {
17+
*:focus:not(:focus-visible) {
1818
outline: none;
1919
}
2020

21+
*:focus-visible {
22+
outline: 2px solid #0066FF !important;
23+
outline-offset: 2px;
24+
}
25+
2126
body:not(.dark) #helpfulSearch,
2227
body:not(.dark) .ui-autocomplete {
2328
background-color: #fff !important;

0 commit comments

Comments
 (0)