input type=search 默认的叉号css 不显示

633 阅读1分钟

html 

<input type="search" value="Example">

css

input[type="search"]::-webkit-search-cancel-button {

  /* Remove default */
  -webkit-appearance: none;
}