HTML 使用 CSS 移除 input datalist 下拉箭头
HTML CSS About 154 words需求
input
配置了datalist
后,输入框尾部会带一个下拉箭头,需要去掉。
样式
[list]::-webkit-calendar-picker-indicator {
display: none !important;
}
注意
Chrome 91
版本后必须加!important
才能生效。
Views: 1,217 · Posted: 2023-09-15
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...