aboutsummaryrefslogtreecommitdiffstats
path: root/src/less
diff options
context:
space:
mode:
Diffstat (limited to 'src/less')
-rw-r--r--src/less/plyr.less17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/less/plyr.less b/src/less/plyr.less
index f480ed3f..73e14c56 100644
--- a/src/less/plyr.less
+++ b/src/less/plyr.less
@@ -181,7 +181,6 @@
height: 100%;
border: 0;
user-select: none;
- pointer-events: none; // To allow mouse events to be captured
}
// Vimeo hack
@@ -190,6 +189,11 @@
padding-bottom: 200%;
transform: translateY(-35.95%);
}
+
+ // To allow mouse events to be captured if full support
+ &.plyr iframe {
+ pointer-events: none;
+ }
}
// Captions
@@ -387,9 +391,14 @@
}
// Common range styles
- input[type='range'].tab-focus:focus {
- outline: 1px dotted fade(@plyr-gray-dark, 80%);
- outline-offset: 3px;
+ input[type='range'] {
+ &::-ms-tooltip {
+ display: none;
+ }
+ &.tab-focus:focus {
+ outline: 1px dotted fade(@plyr-gray-dark, 80%);
+ outline-offset: 3px;
+ }
}
// Playback progress