Can you make hovered state in Firebug “sticky?”

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

    When inspecting links, Firebug shows the default CSS state, i.e. styles applied to a:link. By default, the :hover and :active styles are not shown. Fortunately, you can change the state of the link by clicking Style and choosing the appropriate option:

    enter image description here

提交回复
热议问题