calendar-strip - fix border, remove animation
This commit is contained in:
parent
c27dfc2e0c
commit
587f87f2c5
2 changed files with 4 additions and 2 deletions
|
|
@ -69,10 +69,11 @@
|
|||
background-color: #fff;
|
||||
z-index: 0;
|
||||
border-bottom: var(--border);
|
||||
box-sizing: border-box;
|
||||
|
||||
display: grid;
|
||||
grid-template-rows: 0fr;
|
||||
transition: all 0.5s ease-in-out;
|
||||
/* transition: all 0.5s ease-in-out; */
|
||||
}
|
||||
|
||||
.calendar-strip__date > * {
|
||||
|
|
@ -81,6 +82,7 @@
|
|||
|
||||
.calendar-strip__date.open {
|
||||
grid-template-rows: 1fr;
|
||||
border-top: var(--border);
|
||||
}
|
||||
|
||||
.calendar-strip .session {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue