Show an icon when hovering a cell with crosshair on
Asked by sam 4 years ago.
We already have a crosshair vertical/horizontal/top/left on our calendar. On top of it, I would like to add an icon when hovering a cell.
From other discussions I know you can add just a :hover selector to the corresponding classes like so :
Answer posted by Dan Letecky [DayPilot] 4 years ago.
The full crosshair (crosshairType = "Full") is displayed above the cells and masks access to them. So unfortunately, it's not possible to combine the full crosshair with hover styles for cells.
I recommend switching the crosshair to header only (crosshairType="Header"). Then you'll be able to use the your :hover style and also cell active areas with visibility: "Hover".
Comment posted by sam 4 years ago.
Thank you for the answer!
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.