fix(searchbar): standalone

This commit is contained in:
Manu Mtz.-Almeida
2018-02-12 22:00:15 +01:00
parent 323fa274f5
commit 6a8cf68c52
2 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,7 @@
width: 30px;
height: 100%;
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-size: $searchbar-ios-input-clear-icon-size;
@ -89,6 +90,7 @@
flex-shrink: 0;
border: 0;
font-size: $searchbar-ios-cancel-button-font-size;
color: $searchbar-ios-cancel-button-color;

View File

@ -44,6 +44,10 @@ ion-searchbar {
&:focus {
outline: none;
}
&::-webkit-search-cancel-button {
display: none;
}
}
.searchbar-clear-icon {