Remove Datalist Dropdown Arrow in Chrome

前端 未结 5 1940
执念已碎
执念已碎 2021-02-02 05:57

Chrome has apparently added a dropdown arrow to text inputs that reference a . It\'s appearing in Chrome 34 (Canary) but not in the current stable b

5条回答
  •  南笙
    南笙 (楼主)
    2021-02-02 06:24

    Thanks to Cantera. I didn't want to get rid of the black arrow entirely, just the gray square surrounding it.

    input::-webkit-calendar-picker-indicator {
      background-color: inherit;
      }
    

提交回复
热议问题