Skip to content

Commit

Permalink
Fix missing focus-visible:
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Dec 15, 2024
1 parent 5df455b commit 8e94de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/VAudioTrack/VAudioTrack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ const handleWaveformBlur = () => {
:class="{
'audio-link cursor-pointer focus-visible:focus-bold-filled':
layout === 'box',
'cursor-pointer focus-slim-tx': layout === 'row',
'cursor-pointer focus-visible:focus-slim-tx': layout === 'row',
}"
:aria-label="ariaLabel"
:role="isComposite ? 'application' : undefined"
Expand Down

0 comments on commit 8e94de2

Please sign in to comment.