解决input选中时默认的蓝色边框

957 阅读1分钟
input:focus {
  outline: 0;
}