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
2 changed files with 5 additions and 5 deletions
+1 -1
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>'
);