How to inspect what a class is covering

Hello,

Maybe a newbie question but I can’t seem to find it anywhere.

How can I see what properties a class has specifically modified? I have classes which are modifying too much properties, and I’d like to remove them, but it is unclear to me how I can determine what properties will be impacted?

E.g. I created a class to add some padding on a section, and I did not realise that the class would also take into account the background image I set on that specific section. So I’d like to remove that property from the class without removing the others. How do you do that in a structured way?

I would expect that in the Style Manager you would be able to double-click a Style to see what it contains, that would be helpful.

Thanks & cheers --Mike

1 Like