How to hover each cell for each day with react FullCalendar?

自闭症网瘾萝莉.ら 提交于 2020-01-05 07:15:59

问题


I have a FullCalendar and I want when, I hover the cell of the days, the background will be blue also, the time of this cell will be appeared.

I try this :

.fc-widget-content td:hover {
    background-color: blue; 
}

But, I get :

But, I want, to hover each cell for each day independently like this:

How can I fix it ?

来源:https://stackoverflow.com/questions/59300806/how-to-hover-each-cell-for-each-day-with-react-fullcalendar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!