mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(searchbar): standalone
This commit is contained in:
@ -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;
|
||||
|
||||
@ -44,6 +44,10 @@ ion-searchbar {
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.searchbar-clear-icon {
|
||||
|
||||
Reference in New Issue
Block a user