style: add slight shadow on hover to calendar course cells (#217)
This commit is contained in:
@@ -57,7 +57,7 @@ export default function CalendarCourseCell({
|
||||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
'h-full w-0 flex justify-center rounded p-2 cursor-pointer screenshot:p-1.5',
|
||||
'h-full w-0 flex justify-center rounded p-2 cursor-pointer screenshot:p-1.5 hover:shadow-md transition-shadow-100 ease-out',
|
||||
{
|
||||
'min-w-full': timeAndLocation,
|
||||
'w-full': !timeAndLocation,
|
||||
|
||||
Reference in New Issue
Block a user