mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
removed interiorLink class
This commit is contained in:
parent
686e5cfa86
commit
c524363843
@ -91,11 +91,6 @@ pre, textarea.pre {
|
||||
background-attachment: fixed!important;
|
||||
}
|
||||
|
||||
.libraryPage .interiorLink {
|
||||
color: #2489ce;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
Header
|
||||
*/
|
||||
|
@ -233,10 +233,10 @@
|
||||
html += ' / ';
|
||||
}
|
||||
|
||||
html += '<a class="interiorLink" href="#">' + item.Genres[i] + '</a>';
|
||||
html += '<a href="#">' + item.Genres[i] + '</a>';
|
||||
}
|
||||
|
||||
elem.html(html);
|
||||
elem.html(html).trigger('create');
|
||||
|
||||
|
||||
} else {
|
||||
@ -259,10 +259,10 @@
|
||||
html += ' / ';
|
||||
}
|
||||
|
||||
html += '<a class="interiorLink" href="#">' + item.Studios[i] + '</a>';
|
||||
html += '<a href="#">' + item.Studios[i] + '</a>';
|
||||
}
|
||||
|
||||
elem.html(html);
|
||||
elem.html(html).trigger('create');
|
||||
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user