Reputation: 1043
Is there a way to filter out the css style attributes that are marked with strikethrough? I want a clean view of the styles that are being applied without the extraneous style attributes that are not being applied. This will make it easier for me to sort through the style info for a page.
Upvotes: 0
Views: 115
Reputation: 556
Try "computed" tab in the dev tools. It'll show you the cumulative effect of styles being applied to an element and you can expand from there.
Upvotes: 1