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:
parent
5e6350a121
commit
76d5f8474c
2 changed files with 0 additions and 6 deletions
|
@ -50,10 +50,6 @@
|
|||
vertical-align: initial;
|
||||
}
|
||||
|
||||
/*.button-link-inline {
|
||||
display: inline;
|
||||
}*/
|
||||
|
||||
.button-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue