CASH-718 hide dot when pbd and current day appt.
This commit is contained in:
parent
cc9e554591
commit
082873e07e
1 changed files with 7 additions and 0 deletions
|
|
@ -1090,6 +1090,13 @@ 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue