Widget Specific CSS - Tabs
In some way, I want to hide the tab header using CSS. When using CSS, it works properly.
In my single mashup, I have two tab widgets, and the CSS is applied for two tab widgets.
I want apply below CSS with widget specific.
.widget-ptcstabset::part(tabs-header){
display: none;
}
How to apply CSS without affecting more than one tab widget?
Note: Thingworx 9.1

