If I have a normal input element it will show a rounded border with what appears to be an inset shadow.
如果我有一个正常的输入元素,它会显示一个圆形的边框,看起来像是一个嵌入的阴影。
Any ideas how I can remove this shadow?
有什么办法可以去除这个阴影吗?
2 个解决方案
#1
61
Try
试一试
-webkit-appearance: none;
#2
7
If you just want to remove the blue border use this: -webkit-focus-ring-color: none
如果您只是想删除蓝色边框,请使用:-webkit-focus-ring-color: none
#1
61
Try
试一试
-webkit-appearance: none;
#2
7
If you just want to remove the blue border use this: -webkit-focus-ring-color: none
如果您只是想删除蓝色边框,请使用:-webkit-focus-ring-color: none