📜  隐藏焦点上的输入边框 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:49.948000             🧑  作者: Mango

代码示例2
input:focus{
    border: none;
}