We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb7996 commit c430f99Copy full SHA for c430f99
1 file changed
src/view/frontend/web/js/inspector/accessibility.js
@@ -175,7 +175,7 @@ export const accessibilityMethods = {
175
return interactiveTags.includes(tagName) ||
176
interactiveRoles.includes(role) ||
177
element.hasAttribute('onclick') ||
178
- element.style.cursor === 'pointer';
+ window.getComputedStyle(element).cursor === 'pointer';
179
},
180
181
/**
0 commit comments