remove red circle around the btn-close while focus

This commit is contained in:
LouisLam 2021-08-10 00:16:13 +08:00
parent ef4677a640
commit d1d000bd74

View File

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