How to inspect CSS of elements which disappear when focus is lost using Chrome DevTools

You want to inspect the CSS of elements that get removed when they lost focus and you got stuck. I had the same problem and it is annoying.





There is a easy solution for this.

  1. Open Inspector in Chrome
  2. Press "Ctrl + Shift + P"
  3. Type: "Show Rendering"
  4. Activate "Emulate a focused page option"
  5. And there you go..



Comments

Popular posts from this blog

What is Base, Local & Remote in Git merge

Asynchronous Nunjucks with Filters and Extensions

Debug Azure Function locally with https on a custom domain