fix(labels): consistent label styles on iOS

This commit is contained in:
Max Lynch
2016-11-30 10:10:27 -06:00
parent 851187ade5
commit b788ce6133

View File

@ -21,12 +21,6 @@ $label-ios-margin: $item-ios-padding-top ($item-ios-padding-right /
// iOS Default Label Inside An Input/Select Item
// --------------------------------------------------
.item-input .label-ios,
.item-select .label-ios,
.item-datetime .label-ios {
color: $label-ios-text-color;
}
.label-ios + ion-input .text-input,
.label-ios + ion-textarea .text-input,
.label-ios + .input + .cloned-input {