1
0
Fork 0
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:
Bill Thornton 2024-09-20 14:38:09 -04:00 committed by GitHub
commit 9f1bccb0f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -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>'
);