CASH-464: fix cursor bug on dates

This commit is contained in:
Adam Caouette 2025-04-22 11:08:07 -04:00
parent 43b53c9be8
commit 5ab3d24c1f

View file

@ -1077,7 +1077,6 @@ export default {
label {
position: relative;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
@ -1122,6 +1121,7 @@ export default {
min-width: 2.5rem;
width: 2.5rem;
border-radius: 50%;
cursor: pointer;
}
}
&.unavailable-day {