Skip to content

Commit

Permalink
fix: add display block to all buttons icon placeholder (videojs#7094)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszpolowczyk authored and edirub committed Jun 6, 2023
1 parent 9778e25 commit dc53ef5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/components/_control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
@extend %icon-default;
}

.vjs-button > .vjs-icon-placeholder {
display: block;
}

// Replacement for focus outline
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
Expand Down

0 comments on commit dc53ef5

Please sign in to comment.