Skip to content

Commit

Permalink
Add color to central video play button when focus is visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandoraaa committed Jun 8, 2020
1 parent 6ad971d commit e18c406
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/sass/player/peertube-skin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ body {
&:hover {
opacity: 0.8;
}

&.focus-visible{
background-color: var(--mainColor);
}
}

// Small effect when we click on the play button
Expand Down

0 comments on commit e18c406

Please sign in to comment.