CASH-464: fix cursor bug on dates
This commit is contained in:
parent
43b53c9be8
commit
5ab3d24c1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue