用css化除button,selcet等控件选中时的虚线框
用css消除button,selcet等控件选中时的虚线框
调查了很多资料,只有下面的这一种适合我
input,button,a {
outline:0 none !important;
}
!important 在这非常重要,提高级别,以防设置无效。
调查了很多资料,只有下面的这一种适合我
input,button,a {
outline:0 none !important;
}
!important 在这非常重要,提高级别,以防设置无效。