html标签a,video,button 点击出现 蓝色边框线, 阴影

  • :focus

  • a标签有点特殊,需要设置:

a,a:hover,a:active,a:visited,a:link,a:focus{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  outline:none;
  background: none;
  text-decoration: none;
}
posted @ 2020-09-09 11:29  ZerlinM  阅读(566)  评论(0)    收藏  举报