While inspecting a webpage, I can see the :focus/:hover behavior for every browser, but I am unable to view it in the inspect styles section.
When I examine an input field or any other focusable element, and toggle the :focus
checkbox, I notice that the defined :focus
styles associated with the document show up, along with the user agent styles set for the input element. However, I am unable to locate the user agent :focus
styles.
Is there a way to find them on Chrome or Firefox?