Tabs-striped on the bottom, no stripe

When using

<ion-tabs class="tabs-striped tabs-top">

I get tabs with a stripe:

https://www.evernote.com/shard/s3/sh/1c3219ee-06cd-4439-95bb-0b3f8e0252cf/f86a0ed0b22a4c3434ff374afe3d4954

However, if I don’t use tabs-top, the tabs don’t have the ‘stripe’ UI I see in the example docs:

https://www.evernote.com/shard/s3/sh/0f5c404e-8e12-4933-9de9-0c08f6942c9a/7833033cf758578292b49a74daeb5b79

Should it look that way?

I know this is late but I remember reading this and I just did this while messing around on my app

<ion-tabs class="tabs-striped tabs-dark">

Is the directive and classes I’m using to get the result you want

Well, I’m thinking it should work as is though, right? I’ll just file a bug report I guess. :slight_smile: