remove red circle around the btn-close while focus

pull/197/head
LouisLam 3 years ago
parent ef4677a640
commit d1d000bd74

@ -132,8 +132,12 @@ h2 {
}
.btn-close {
opacity: 1;
box-shadow: none;
filter: invert(1);
&:hover {
opacity: 0.6;
}
}
.modal-header {

Loading…
Cancel
Save