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:
commit
88a3fecb23
1 changed files with 7 additions and 0 deletions
|
|
@ -1090,6 +1090,13 @@ export default {
|
|||
input[type="radio"]:checked + label:after {
|
||||
background-color: $black;
|
||||
}
|
||||
&.selectable-day {
|
||||
label {
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue