修改BUG:弹框关闭按钮移除.focus特效
This commit is contained in:
parent
e300264574
commit
0cbb5e89bc
|
@ -132,3 +132,7 @@ input.pending {
|
||||||
border-color: #28a745;
|
border-color: #28a745;
|
||||||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69,.6);
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69,.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.close:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue