Can you make hovered state in Firebug “sticky?”

前端 未结 5 1037
长发绾君心
长发绾君心 2020-12-08 18:03

When I\'m debugging a site, sometimes the hovered selectors are a little long winded and similar to other ones, is there a way to apply a kind of \"sticky\" state to hover r

5条回答
  •  离开以前
    2020-12-08 18:55

    You can try using Chrome inspector, and trigger :active :visited state etc.. on the element under styles.

    enter image description here

提交回复
热议问题