Skip to content

Commit

Permalink
fix(core/event-list): selection and transition effect (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalosard committed Feb 1, 2023
1 parent aa8778e commit eb24a9e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ $height-single-line: 2.5rem;
border-radius: $default-border-radius;
background-color: var(--theme-event-item--background);
overflow: hidden;
transition: $default-time;
cursor: pointer;

@include hover {
Expand Down Expand Up @@ -76,6 +77,9 @@ $height-single-line: 2.5rem;
background-color: var(--theme-event-item--background--selected);
border-color: var(--theme-event-item--border--selected);
}
:hover {
border-color: var(--theme-event-item--border--selected) !important;
}
}

&[disabled],
Expand Down

0 comments on commit eb24a9e

Please sign in to comment.