📅  最后修改于: 2022-03-11 14:47:42.848000             🧑  作者: Mango
button {
border: none;
}
button:focus {
border: none;
outline: none;
}
button:focus{
outline:none !important;
}
(add !important if it is used in Bootstrap)