Merge pull request #5995 from roblouie/patch-1

fix(segment): display activated style outside toolbar
This commit is contained in:
Brandy Carney
2016-04-01 15:12:21 -04:00

View File

@ -40,6 +40,10 @@ ion-segment {
background-color: $segment-button-wp-background-color;
opacity: $segment-button-wp-opacity;
&.segment-activated {
opacity: $segment-button-wp-opacity-activated;
}
ion-icon {
font-size: $segment-button-wp-icon-size;
line-height: $segment-button-wp-icon-line-height;
@ -51,12 +55,6 @@ ion-segment {
ion-segment {
margin: 0 auto;
}
.segment-button.activated,
.segment-button.segment-activated {
opacity: $segment-button-wp-opacity-activated;
}
}