修改BUG:弹框关闭按钮移除.focus特效

This commit is contained in:
Argo-MacBookPro 2018-08-09 15:48:00 +08:00
parent e300264574
commit 0cbb5e89bc
1 changed files with 4 additions and 0 deletions

View File

@ -132,3 +132,7 @@ input.pending {
border-color: #28a745;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69,.6);
}
.close:focus {
outline: none;
}