Skip to content

Commit

Permalink
fix(ADA-1404): Focus handling on pre-playback
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanBrinzoiK05 committed Aug 2, 2024
1 parent 3152d84 commit 6626435
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
padding: 2px;
}

.pre-playback-play-overlay button.pre-playback-play-button:focus{
outline: 1px solid $tab-focus-color;
}

.player {
button {
&:focus {
Expand Down

0 comments on commit 6626435

Please sign in to comment.