From 5cbcd0e952220ec05b28b93b6348e8c68d4699bf Mon Sep 17 00:00:00 2001 From: Adeel Khan Date: Fri, 20 Mar 2020 23:33:40 +0500 Subject: [PATCH] Reducing play button opacity to improve viewing experience. This patch lowers the opacity for play button enabling learners unhindered learning experience when on video pause. PROD_1231 --- common/lib/xmodule/xmodule/css/video/display.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lib/xmodule/xmodule/css/video/display.scss b/common/lib/xmodule/xmodule/css/video/display.scss index 424d0f6dfb..de10657d24 100644 --- a/common/lib/xmodule/xmodule/css/video/display.scss +++ b/common/lib/xmodule/xmodule/css/video/display.scss @@ -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;