Merge pull request #2537 from Safelite/CASH-718-no-dot-when-current-day-w-pbd

CASH-718 hide dot when pbd and current day appt.
This commit is contained in:
bmauger 2025-05-19 15:05:40 -04:00 committed by GitHub
commit 88a3fecb23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1090,6 +1090,13 @@ export default {
input[type="radio"]:checked + label:after {
background-color: $black;
}
&.selectable-day {
label {
&:after {
display: none;
}
}
}
}
}