`
lzhnightwind
  • 浏览: 23514 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

用css消除button,selcet等控件选中时的虚线框

css 
阅读更多
调查了很多资料,只有下面的这一种适合我
input,button,a {
  outline:0 none !important;
}
!important 在这非常重要,提高级别,以防设置无效。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics