Trigger a pseudo class on an element
You can trigger pseudo classes through DevTools, for example:
- Hover
- Active
- Focus
- Visited
Also note, when you do this, a small orange indicator appears to the left of the node in the DOM tree so you know that its state has changed.