📜  输入焦点 css 默认 - CSS 代码示例

📅  最后修改于: 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; 
}