输入框选中的边框改成透明

此提交包含在:
2021-10-10 23:18:46 +08:00
父節點 5910b2f560
當前提交 b0f33d0bf4

查看文件

@@ -21,7 +21,7 @@
}
.form-group > input:focus {
outline: none;
border-color: #FDFDFD;
border-color: transparent;
background-color: #FDFDFD;
box-shadow: 1px 3px 6px #0001;
transform: translate(-2px, -2px);