Border color Ion-tabs

Hello,
I found no way to overwrite classes and filter by selected.

The last thing maybe works is searching the dom for an a tag containg a span with your tab title and manipulte that a tag. But is it this worth?

Best regards, anna-liebt

Thank for your answer but I found nothing that works :frowning: Is it impossible to change this border color ?

.tabs-md .tab-button[aria-selected=true] {
box-shadow: inset 0 3px 0 0 #488aff, inset 0 3px 0 0 #488aff;
color: #488aff;
padding: 0;