Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

点击上传按钮周围产生边框 #275

Open
mrold opened this issue Sep 1, 2020 · 2 comments
Open

点击上传按钮周围产生边框 #275

mrold opened this issue Sep 1, 2020 · 2 comments

Comments

@mrold
Copy link

mrold commented Sep 1, 2020

image
如何把周围的边框去掉?
另外,拖拽上传的区域可以单独指定吗?如果将upload的div区域设置大一点可以解决,但是同时直接点击也会触发上传。虽然openFileDialogOnClick可以设置,但是这意味着要关闭点击上传,只能拖拽。但是我觉得如果两者都能保留会更好。
希望能考虑一下。感谢作者的开源。

@yuningjiang123
Copy link

干掉focus伪类样式ok吗

@ChengYiFan
Copy link

ChengYiFan commented Aug 24, 2021

用这个样式
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants