Hi
I have a simple tab and I want that the 3 icons (md-search + md-pulse + md-people, not the ICONHOME one) use the red color when the tab is active, and light gray when the tab is inactive. Do you have any idea ?
<ion-tabs tabsPlacement="bottom" color="back" preloadTabs="false" #myTabs class="tabs-icon-top tabs-color-active-positive">
<ion-tab [root]="tabHome" tabIcon="ICONHOME"></ion-tab>
<ion-tab [root]="tabSearch" tabIcon="md-search" tabIcon="md-pulse"></ion-tab>
<ion-tab [root]="tabActivity" tabIcon="md-pulse"></ion-tab>
<ion-tab [root]="tabProfile" tabIcon="md-people"></ion-tab>
</ion-tabs>