Skip to content

Commit 237d79b

Browse files
committed
fix(tabs): tabs-color-active works with tabs-striped
1 parent 0c52778 commit 237d79b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: scss/_tabs.scss

+14
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,21 @@
274274
color: $color;
275275
}
276276
}
277+
277278
}
279+
280+
&.tabs-striped.#{$style} {
281+
.tab-item {
282+
&.tab-item-active,
283+
&.active,
284+
&.activated {
285+
border-color: $color;
286+
color: $color;
287+
}
288+
}
289+
290+
}
291+
278292
}
279293

280294
ion-tabs {

0 commit comments

Comments
 (0)