fix(input): clean up CSS on inputs and labels

This commit is contained in:
Brandy Carney
2016-01-26 14:00:43 -05:00
committed by Adam Bradley
parent e76b55994c
commit 2fc975354a
11 changed files with 33 additions and 32 deletions

View File

@@ -116,13 +116,9 @@ ion-list[inset] {
border-bottom-left-radius: $list-inset-md-border-radius;
}
ion-input.item {
.item-input {
padding-right: 0;
padding-left: 0;
&:after {
left: 0;
}
}
+ ion-list[inset] {