I want to select all buttons with a certain skinClass
, I've been trying this but it doesn't work:
s|Button[skinClass="local.MyButtonSkin"]{
fontWeight: normal;
}
My problem is that I have many buttons with different skins, all of them need to have bold text except one.
How can I select a component by its skinClass
?