fix(segment): fixed opacity of activated default segment in toolbar

This commit is contained in:
Brandy Carney
2015-12-04 14:04:04 -05:00
parent 2c761a4948
commit bc289cce8a

View File

@@ -44,6 +44,7 @@ ion-segment {
ion-segment-button[button][outline].activated,
ion-segment-button[button][outline].segment-activated {
background-color: transparent;
opacity: 1;
}
}