Skip to content

Commit 1b2b6b8

Browse files
authored
fix(UI): Fix volume slider control is not accessible by keyboard (#8809)
Fixes #8798
1 parent 5b27f0f commit 1b2b6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/less/range_elements.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
}
168168
}
169169

170-
.shaka-mute-button + .shaka-volume-bar-container {
170+
.shaka-mute-button + .shaka-volume-bar-container:not(:focus-within) {
171171
width: 0;
172172
opacity: 0;
173173
}

0 commit comments

Comments
 (0)