MOBILE-4470 styles: item-input class has disappeared from Ionic
parent
646c3edad0
commit
f573f4f112
|
@ -4,10 +4,6 @@
|
|||
--list-item-max-width: 600px;
|
||||
}
|
||||
|
||||
.item-input:last-child {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.core-login-site-connect {
|
||||
margin-top: 1.4rem;
|
||||
}
|
||||
|
|
|
@ -314,13 +314,3 @@ ion-item.item-multiple-inputs.only-links {
|
|||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
// Case with ion-input + ion-select inside.
|
||||
ion-item.item-input.item-multiple-inputs {
|
||||
.flex-row {
|
||||
width: 100%;
|
||||
ion-select {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,16 +31,6 @@ ion-select-popover {
|
|||
}
|
||||
}
|
||||
|
||||
// Case with ion-input + ion-select inside.
|
||||
ion-item.item-input.item-multiple-inputs {
|
||||
.flex-row {
|
||||
width: 100%;
|
||||
ion-select {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select-alert.ios {
|
||||
.alert-checkbox-icon {
|
||||
border-radius: 2px;
|
||||
|
|
Loading…
Reference in New Issue