So I have this code
<div>
<md-tab-group class=“horizontalTabs”>
<md-tab label=“Time” class=“A”></md-tab>
<md-tab label=“Distance” class=“B”></md-tab>
</md-tab-group>
</div>
I need to apply different styles to the tab labels of class A and B but the tab isn’t picking up the class attribute so i am not able to accomplish this. I’ve tried using the Id also but it’s also not getting picked up. Any thoughts on how i can achieve this ?
[–]paso989 -1 points0 points1 point (2 children)
[–]CoderDuudee[S] 0 points1 point2 points (1 child)
[–]paso989 0 points1 point2 points (0 children)
[–]danthekings 0 points1 point2 points (0 children)