mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix focus indication on tags
`emby-button` class is used as a flag for `EmbyButton.createdCallback`.
This commit is contained in:
parent
9184f06d79
commit
61c58d8cb0
1 changed files with 1 additions and 1 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