mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix card selector for tv layout
This commit is contained in:
parent
0404977885
commit
d5a2f4f763
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ function renderDetailImage(elem, item, imageLoader) {
|
||||||
imageLoader.lazyChildren(elem);
|
imageLoader.lazyChildren(elem);
|
||||||
|
|
||||||
// Avoid breaking the design by preventing focus of the poster using the keyboard.
|
// Avoid breaking the design by preventing focus of the poster using the keyboard.
|
||||||
elem.querySelector('a').tabIndex = -1;
|
elem.querySelector('a, button').tabIndex = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderImage(page, item) {
|
function renderImage(page, item) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue