Skip to content

Commit

Permalink
Closes #7936
Browse files Browse the repository at this point in the history
- CSS cleanups.
  • Loading branch information
charlesh88 committed Dec 19, 2024
1 parent bb4fea7 commit 5b28086
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugins/events/components/events-view.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@mixin styleEventLine($colorConst) {
background-color: $colorConst !important;
transition: box-shadow 250ms ease-out;
&:hover,
&[s-selected] {
box-shadow: rgba($colorConst, 0.5) 0 0 0px 4px;
Expand Down Expand Up @@ -35,7 +36,6 @@
position: absolute;
display: flex;
top: $m; bottom: $m;
transition: box-shadow 250ms ease-out;
width: $lineW;
z-index: 1;

Expand Down Expand Up @@ -86,7 +86,6 @@
// Extended event lines
.c-timeline__event-line--extended {
@include abs();
transition: opacity 250ms ease-out;
width: $eventLineW;
opacity: 0.4;

Expand Down

0 comments on commit 5b28086

Please sign in to comment.