MOBILE-4470 styles: item-input class has disappeared from Ionic

main
Pau Ferrer Ocaña 2024-05-14 09:41:18 +02:00
parent 646c3edad0
commit f573f4f112
3 changed files with 0 additions and 24 deletions

View File

@ -4,10 +4,6 @@
--list-item-max-width: 600px;
}
.item-input:last-child {
margin-bottom: 20px;
}
.core-login-site-connect {
margin-top: 1.4rem;
}

View File

@ -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;
}
}
}

View File

@ -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;