0

In Google developer tools A website applies an :after only on hover.

Therefore, when I hover on an element I can't move my mouse to the :after in dev tools to see the css.

Is there a way to pause on hover in dev tools?

GrapeSoda
  • 131
  • 4

1 Answers1

0

You can pause various states of an element by going to "elements tab" and selecting the element in question in the DOM tree shown.

Click ":hov" and select the state you want the element to be in.

Chrome developer tool hover

andyw_
  • 490
  • 5
  • 15
  • I can't select the element in question because it is an :after that only appears on hover of another element. – GrapeSoda Aug 22 '16 at 06:58