Skip to content

Commit

Permalink
Fix: Remove bg color for cc button on hover (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
manishPh authored and mergify[bot] committed Jun 21, 2019
1 parent 4ed5e57 commit d41c05b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/viewers/media/MediaControls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,6 @@
padding: 0 0 0 1px; // Padding left 1px because text isn't perfectly centered on Safari/Firefox even with text-align:center. Looks fine with extra-padding on Chrome/IE/Edge
width: 24px;

&:hover {
background-color: $box-blue;
color: $white;
}

.bp-media-settings-subtitles-on & {
background-color: $box-blue;
color: $white;
Expand Down

0 comments on commit d41c05b

Please sign in to comment.