How to filter and show only applied CSS in Chrome Developer Tools (like Firebug in Firefox)

后端 未结 1 659
迷失自我
迷失自我 2020-12-16 14:20

Background story: I have a page with multiple CSS that override each other. There are so many crossed out CSS style, so I don\'t want to see them.

I know Firebug on

1条回答
  •  伪装坚强ぢ
    2020-12-16 15:12

    In the Chrome dev tools, in the right hand column (where CSS is shown in the Elements panel), the first section is called "Computed Style". If you deselect "show inherited", you get a neat list of the styles that actually apply to the element. Does that help?

    0 讨论(0)
提交回复
热议问题