How to inspect element

I'm using Mui. I have an input that gets an orange border when I click on it, I want to inspect the CSS but when I go to the dev tools the orange border disappears. How can I inspect it?

I've tried to force the element state on the dev tools, with :active, :focus, etc. None seems to trigger that.
Was this page helpful?