Merge pull request #348 from grafixeyehero/fierfox-fix

Fix firefox dropdown
This commit is contained in:
Anthony Lavado 2019-06-04 00:21:27 -04:00 committed by GitHub
commit b32cc719c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,13 +116,7 @@ define(['layoutManager', 'browser', 'actionsheet', 'css!./emby-select', 'registe
inputId++;
}
if (!browser.firefox) {
this.classList.add('emby-select-withcolor');
if (layoutManager.tv) {
this.classList.add('emby-select-tv-withcolor');
}
}
this.classList.add('emby-select-withcolor');
if (layoutManager.tv) {
this.classList.add('emby-select-focusscale');
@ -165,4 +159,4 @@ define(['layoutManager', 'browser', 'actionsheet', 'css!./emby-select', 'registe
prototype: EmbySelectPrototype,
extends: 'select'
});
});
});