aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/plugins
diff options
context:
space:
mode:
authorArthur Hulsman <a.hulsman@orangegames.com>2018-01-17 14:09:11 +0100
committerArthur Hulsman <a.hulsman@orangegames.com>2018-01-17 14:09:11 +0100
commit3583165b30ac80afbd6235fc2febd1a5987d4f8b (patch)
tree3470b713862ea89c39320de75c28f4f43e42ff05 /src/sass/plugins
parentd822f0c6bfefddfbce3a987014077de9b68db00a (diff)
downloadplyr-3583165b30ac80afbd6235fc2febd1a5987d4f8b.tar.lz
plyr-3583165b30ac80afbd6235fc2febd1a5987d4f8b.tar.xz
plyr-3583165b30ac80afbd6235fc2febd1a5987d4f8b.zip
Removed logic related to starting the ad by clicking/ tapping the advertisement container. Ad is started by plyr play method.
Diffstat (limited to 'src/sass/plugins')
-rw-r--r--src/sass/plugins/ads.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sass/plugins/ads.scss b/src/sass/plugins/ads.scss
index b6664fe9..3c91dd5e 100644
--- a/src/sass/plugins/ads.scss
+++ b/src/sass/plugins/ads.scss
@@ -3,13 +3,14 @@
// ==========================================================================
.plyr__ads {
+ display: none; // Hide initially.
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
- z-index: 1;
+ z-index: 3; // Above the controls.
video {
left: 0;