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

This commit is contained in:
wzhqwq 2021-10-10 23:18:46 +08:00
父節點 5910b2f560
當前提交 b0f33d0bf4

查看文件

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