Make slider in Edge same as in Chrome

This commit is contained in:
Dmitry Lyzo 2020-02-09 01:45:46 +03:00
parent 40c7dad241
commit cc84fce75b
2 changed files with 15 additions and 7 deletions

View file

@ -84,6 +84,9 @@ define(['browser', 'dom', 'layoutManager', 'keyboardnavigation', 'css!./emby-sli
if (browser.noFlex) {
this.classList.add('slider-no-webkit-thumb');
}
if (browser.edge || browser.msie) {
this.classList.add('slider-browser-edge');
}
if (!layoutManager.mobile) {
this.classList.add('mdl-slider-hoverthumb');
}