1
0
mirror of https://github.com/videojs/video.js.git synced 2025-04-11 11:42:08 +02:00

fix: only disable user-selection on sliders (#4354)

This commit is contained in:
Gary Katsevman 2017-05-15 12:04:42 -04:00 committed by GitHub
parent 8d80a5846e
commit cb6005eca4
2 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,6 @@
// Avoiding helvetica: issue #376
font-family: $text-font-family;
@include user-select(none);
// Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
// checking fullScreenEnabled.
&:-moz-full-screen { position: absolute; }

View File

@ -4,6 +4,8 @@
padding: 0;
margin: 0 0.45em 0 0.45em;
@include user-select(none);
@include background-color-with-alpha($secondary-background-color, $secondary-background-transparency);
}