Can you make hovered state in Firebug “sticky?”

前端 未结 5 1039
长发绾君心
长发绾君心 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:43

    Open both firebug and web developer->Inspector. In the Inspector window, locate the code line where the hover starts, right click the mouse and choose the :hover. Then the hover state will stay, you can do whatever you want in firebug.

提交回复
热议问题