calendar-strip - fix border, remove animation
This commit is contained in:
parent
c27dfc2e0c
commit
587f87f2c5
2 changed files with 4 additions and 2 deletions
|
|
@ -134,7 +134,7 @@
|
|||
:class="!date || date.full !== today ? '' : 'today'"
|
||||
:disabled="!date || date.sessions.length === 0 ? true : false"
|
||||
:title="!date || date.sessions.length === 0 ? 'Pas de représentation.' : 'Voir les représentations.'"
|
||||
@mouseenter="handleDayHover()"
|
||||
@mouseover="handleDayHover()"
|
||||
>
|
||||
<template x-if="date">
|
||||
<span x-text="date.initial"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue