Skip to content

Commit 4bd5515

Browse files
authored
Merge pull request #5819 from DhyaniKavya/fix/toolbar-keyboard-accessibility
feat(accessibility): enable keyboard navigation for toolbar controls
2 parents fc3ac97 + 12f92a5 commit 4bd5515

File tree

2 files changed

+101
-85
lines changed

2 files changed

+101
-85
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)