Merge pull request #2560 from Safelite/CASH-718-PBD-dot-fix

CASH-718 put dot in place outside of PDB experiment.
This commit is contained in:
bmauger 2025-05-28 14:02:00 -04:00 committed by GitHub
commit 5e36d4cc99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1081,7 +1081,7 @@ export default {
border-radius: 50%; border-radius: 50%;
background-color: $black; background-color: $black;
position: absolute; position: absolute;
top: 1.875rem; top: 1.75rem;
} }
.first-day { .first-day {
color: $blue; color: $blue;
@ -1090,13 +1090,6 @@ export default {
input[type="radio"]:checked + label:after { input[type="radio"]:checked + label:after {
background-color: $black; background-color: $black;
} }
&.selectable-day {
label {
&:after {
display: none;
}
}
}
} }
} }
@ -1285,6 +1278,13 @@ export default {
} }
} }
} }
&.selectable-day.current-day {
label {
&:after {
display: none;
}
}
}
} }
} }
} }