Merge pull request #23466 from edx/adeel/prod_1231_fix_video_player_button_opacity

Reducing play button opacity to improve viewing experience.
This commit is contained in:
adeel khan
2020-03-21 00:03:16 +05:00
committed by GitHub

View File

@@ -201,6 +201,7 @@ $cool-dark: rgb(79, 89, 93); // UXPL cool dark
left: 50%;
font-size: 4em;
cursor: pointer;
opacity: 0.1;
&::after {
background: $white;