📅  最后修改于: 2022-03-11 14:47:55.229000             🧑  作者: Mango
代码示例1
/* This removes all focus effects */
element:focus {
outline-style: none;
box-shadow: none;
border-color: transparent;
}