How can I inspect and tweak :before and :after pseudo-elements in-browser?

后端 未结 7 2085
被撕碎了的回忆
被撕碎了的回忆 2020-12-04 23:13

I have created some fairly elaborate DOM elements with an :after pseudo-element, and I\'d like to be able to inspect and tweak them in either Chrome Inspector or Firebug or

7条回答
  •  伪装坚强ぢ
    2020-12-04 23:35

    Firefox has had this feature for awhile now, just right click, "inspect element", and see the before and after elements in the right panel of the inspector.

提交回复
热议问题