Chrome Developer Tools: How to find out what is overriding a CSS rule?

前端 未结 3 1635
暗喜
暗喜 2020-11-27 10:08

Well, this is pretty straightforward. If Chrome\'s Developer Tools is showing me that a style is overridden, how to see what CSS rule is overriding it?

I want to kno

3条回答
  •  春和景丽
    2020-11-27 10:56

    You can simply look at the ones with the same name which aren't striked out, remember the listing is by importance.

    Or you can view the computed styles. They will be the actually applied styles.

提交回复
热议问题