Skip to content

Commit

Permalink
Merge branch '296' into shakib-master
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvo7670 committed Feb 25, 2024
2 parents 55c3e78 + 4eb3ab7 commit f3c4988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/Admin/Settings/app/assets/sass/utils/_calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -572,10 +572,10 @@
-ms-overflow-style: none !important; /* IE and Edge */
scrollbar-width: none !important; /* Firefox */
}
.fc-event.fc-event-past .wpsp-event-card .wpsp-event-card-content{
.fc-day-past .fc-event .wpsp-event-card .wpsp-event-card-content{
opacity: 0.5;
}
.fc-event.fc-event-past:hover .wpsp-event-card .wpsp-event-card-content {
.fc-day-past .fc-event:hover .wpsp-event-card .wpsp-event-card-content {
opacity: 1;
}
.fc-day-today .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
Expand Down

0 comments on commit f3c4988

Please sign in to comment.