CSR-1373 fix checkmark in checkbox.

This commit is contained in:
Bryan Mauger 2023-09-18 10:25:42 -04:00
parent 518945c911
commit caa31c477c

View file

@ -68,6 +68,10 @@ export default {
&:focus {
box-shadow: 0 0 0 2.5px $blue;
}
&:checked[type=checkbox] {
background-color: $blue;
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
}
&:hover {
.form-check-input {