Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个文本字段,当用户在移动浏览器中选择它时,它会突出显示。
我还没有找到任何方法来删除它(边框、轮廓、背景颜色)。浏览器/手机之间也有所不同。有些似乎有 box-shadow 等。有没有办法做到这一点?
现在习惯了这个css
input:focus, input:hover{ outline:0; border:0 }