.segment-button-indicator {
-ms-flex-item-align: end;
align-self: flex-end;
width: 100%;
height: 2px;
background-color: var(--indicator-color);
opacity: 1;
}
I am a beginner in hybrid app development and I am currently working with ion-segment. My challenge is to remove the ion-segment-indicator which displays a bottom line in ion-segment. Although I tried customizing the default CSS codes to achieve this, I have not been successful in removing it.