- CSS cleanups.
This commit is contained in:
Charles Hacskaylo 2024-12-19 12:30:45 -08:00
parent bb4fea78f5
commit 5b28086f95

View File

@ -1,5 +1,6 @@
@mixin styleEventLine($colorConst) { @mixin styleEventLine($colorConst) {
background-color: $colorConst !important; background-color: $colorConst !important;
transition: box-shadow 250ms ease-out;
&:hover, &:hover,
&[s-selected] { &[s-selected] {
box-shadow: rgba($colorConst, 0.5) 0 0 0px 4px; box-shadow: rgba($colorConst, 0.5) 0 0 0px 4px;
@ -35,7 +36,6 @@
position: absolute; position: absolute;
display: flex; display: flex;
top: $m; bottom: $m; top: $m; bottom: $m;
transition: box-shadow 250ms ease-out;
width: $lineW; width: $lineW;
z-index: 1; z-index: 1;
@ -86,7 +86,6 @@
// Extended event lines // Extended event lines
.c-timeline__event-line--extended { .c-timeline__event-line--extended {
@include abs(); @include abs();
transition: opacity 250ms ease-out;
width: $eventLineW; width: $eventLineW;
opacity: 0.4; opacity: 0.4;