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:
parent
8d80a5846e
commit
cb6005eca4
@ -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; }
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user