Inspect element which has tab focus?

Multi tool use


Inspect element which has tab focus?
Is there a way using Chrome's developer tools to inspect the element which currently has tab focus in the page? I'm trying to identify which element is stealing focus and it's otherwise invisible on the screen.
Thanks!
1 Answer
1
In the inspector, click on tab Styles in Elements and click on :hov
After that you can give your element the state you want en in the styles part you can see what gives your element which style
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Possible duplicate of How can I inspect html element that disappears from DOM on lost focus?
– Alex L
1 min ago