Fix default border color around custom checkboxes
This commit is contained in:
parent
9e049de136
commit
e42ad8642e
|
@ -274,7 +274,8 @@ fieldset[disabled] select,
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-control-input:checked~.custom-control-label::before {
|
.custom-control-input:checked~.custom-control-label::before {
|
||||||
background-color: var(--site-secondary-color) !important;
|
background-color: var(--site-secondary-color);
|
||||||
|
border-color: var(--site-secondary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Lighter on a list group item */
|
/* Lighter on a list group item */
|
||||||
|
|
Loading…
Reference in New Issue