diff --git a/src/components/emby-button/emby-button.js b/src/components/emby-button/emby-button.js index d80b224d03..405874fbc3 100644 --- a/src/components/emby-button/emby-button.js +++ b/src/components/emby-button/emby-button.js @@ -28,10 +28,7 @@ define(['browser', 'dom', 'layoutManager', 'shell', 'appRouter', 'apphost', 'css this.classList.add('emby-button'); - if (browser.firefox) { - // a ff hack is needed for vertical alignment - this.classList.add('button-link-inline'); - } + this.classList.add('button-link-inline'); if (layoutManager.tv) { if (this.getAttribute('data-focusscale') !== 'false') { @@ -82,4 +79,4 @@ define(['browser', 'dom', 'layoutManager', 'shell', 'appRouter', 'apphost', 'css // For extension purposes return EmbyButtonPrototype; -}); \ No newline at end of file +});