#157 - more interactive calendar #162
| @@ -129,15 +129,6 @@ | |||||||
|   </div> |   </div> | ||||||
| </template> | </template> | ||||||
|  |  | ||||||
| <style lang="css"> |  | ||||||
| .cursor-default { |  | ||||||
|   cursor: auto; |  | ||||||
| } |  | ||||||
| .cursor-not-allowed { |  | ||||||
|   cursor: not-allowed; |  | ||||||
| } |  | ||||||
| </style> |  | ||||||
|  |  | ||||||
| <script setup> | <script setup> | ||||||
| import { DateTime } from 'luxon' | import { DateTime } from 'luxon' | ||||||
| import useVacationTypeInfo from '@/Composables/vacationTypeInfo' | import useVacationTypeInfo from '@/Composables/vacationTypeInfo' | ||||||
| @@ -224,3 +215,12 @@ function getVacationInfo(day) { | |||||||
|   return day.isVacation ? props.vacations[day.date.toISODate()] : props.pendingVacations[day.date.toISODate()] |   return day.isVacation ? props.vacations[day.date.toISODate()] : props.pendingVacations[day.date.toISODate()] | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | <style lang="css"> | ||||||
|  | .cursor-default { | ||||||
|  |   cursor: auto; | ||||||
|  | } | ||||||
|  | .cursor-not-allowed { | ||||||
|  |   cursor: not-allowed; | ||||||
|  | } | ||||||
|  | </style> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user