Segment runs (incorrectly though)

This commit is contained in:
Max Lynch
2015-06-24 15:09:52 -05:00
parent 3044509953
commit febc56c35d
4 changed files with 34 additions and 43 deletions

View File

@@ -1,32 +1,28 @@
.platform-ios {
.segment-ios .ion-segment {
> button,
> [button] {
border-width: 1px;
.ion-segment {
transition: 100ms all linear;
> button,
> [button] {
border-width: 1px;
color: get-color(primary, base);
transition: 100ms all linear;
min-height: 3.3rem;
line-height: 3.3rem;
color: get-color(primary, base);
&.active {
background-color: get-color(primary, base);
color: white;
}
min-height: 3.3rem;
line-height: 3.3rem;
border-style: solid;
border-color: get-color(primary, base);
&.active {
background-color: get-color(primary, base);
color: white;
}
border-style: solid;
border-color: get-color(primary, base);
&:first-of-type {
border-right-width: 0px;
}
&:last-of-type {
border-left-width: 0px;
}
&:first-of-type {
border-right-width: 0px;
}
&:last-of-type {
border-left-width: 0px;
}
}
}