feat(Calendar): add transition to border of items

This commit is contained in:
Tim 2024-10-29 08:58:17 +01:00
parent ac01908374
commit 7cefc8d964
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
background-color: var(--overlay-color);
border-radius: var(--border-radius);
border: 0.15rem solid transparent;
transition: border-color 0.1s ease-out;
.heading {
flex: none;

View file

@ -12,6 +12,7 @@
border: 0.15rem solid transparent;
overflow: hidden;
cursor: pointer;
transition: border-color 0.1s ease-out;
&:first-child {
border-radius: var(--border-radius) 0 0 0;