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.
我正在为我的网站创建一个“add-this”共享工具。单击电子邮件图标后,电子邮件图标周围有一个黄色边框(仅在 chrome 中)。
我想删除那个黄色边框。我怎样才能?
站点:这里
您需要将 CSS 添加outline:none;到您的链接中。
outline:none;
您可以指定border-style:none;
border-style:none;
img { border-style:none; }