📅  最后修改于: 2022-03-11 14:47:26.509000             🧑  作者: Mango
代码示例1
/* Removing the Outline Surroundings of a Button. Replace the "input" with your button #id / .class name */
input:focus{
outline: none;
}