mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #6046 from dmitrylyzo/fix-focus
Fix focus indication on tags, artist and album
This commit is contained in:
commit
9f1bccb0f2
2 changed files with 5 additions and 5 deletions
|
@ -1318,7 +1318,7 @@ function renderTags(page, item) {
|
|||
serverId: item.ServerId
|
||||
});
|
||||
tagElements.push(
|
||||
`<a href="${href}" class="button-link emby-button" is="emby-linkbutton">`
|
||||
`<a href="${href}" class="button-link" is="emby-linkbutton">`
|
||||
+ escapeHtml(tag)
|
||||
+ '</a>'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue