I write code below.
:not(Label){
color: blue;
}
But I can’t get any effect.
Can’t I use :not() ?
I write code below.
:not(Label){
color: blue;
}
But I can’t get any effect.
Can’t I use :not() ?
Indeed, it’s not supported at the moment.
Thank you for your answer.
I’m looking forward UIToolkit to be better.