Make slider in Edge same as in Chrome
This commit is contained in:
parent
40c7dad241
commit
cc84fce75b
2 changed files with 15 additions and 7 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue