1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove class button-link-inline and css style

This commit is contained in:
grafixeyehero 2019-06-10 20:44:13 +03:00
parent 5e6350a121
commit 76d5f8474c
2 changed files with 0 additions and 6 deletions

View file

@ -50,10 +50,6 @@
vertical-align: initial;
}
/*.button-link-inline {
display: inline;
}*/
.button-link:hover {
text-decoration: underline;
}

View file

@ -28,8 +28,6 @@ define(['browser', 'dom', 'layoutManager', 'shell', 'appRouter', 'apphost', 'css
this.classList.add('emby-button');
this.classList.add('button-link-inline');
if (layoutManager.tv) {
if (this.getAttribute('data-focusscale') !== 'false') {
this.classList.add('emby-button-focusscale');