refactor(searchbar): fixed cancel button when placed in toolbar iOS only

references #247
This commit is contained in:
Brandy Carney
2015-11-03 11:39:16 -05:00
parent eb0f29aa98
commit 2544a633df

View File

@@ -92,7 +92,7 @@ ion-searchbar {
border-bottom-width: 0.55px;
}
ion-toolbar {
.toolbar {
ion-searchbar {
background: transparent;
@@ -101,6 +101,15 @@ ion-toolbar {
.searchbar-input {
background-color: #E5E5E5;
}
.searchbar-cancel {
padding-left: 8px;
right: -10px;
}
}
.searchbar-cancel.left-align {
right: 0px;
}
}