Merge pull request #3586 from thornbill/fix-item-details-selector
This commit is contained in:
@@ -791,7 +791,7 @@ function renderDetailImage(elem, item, imageLoader) {
|
||||
imageLoader.lazyChildren(elem);
|
||||
|
||||
// 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) {
|
||||
|
||||
Reference in New Issue
Block a user