Skip to content

Commit

Permalink
fix(player): opacity filter for disabled controls
Browse files Browse the repository at this point in the history
  • Loading branch information
lainio24 committed Aug 31, 2024
1 parent a65a3d9 commit d652533
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style/_player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ video {
vertical-align: middle;
box-sizing: border-box;
height: 22px;

&:disabled {
filter: opacity(0.6);
}
}

button {
Expand Down

0 comments on commit d652533

Please sign in to comment.