Skip to content

Commit

Permalink
Closes #7936
Browse files Browse the repository at this point in the history
- Changed `--hovered` to `--hilite`.
  • Loading branch information
charlesh88 committed Dec 18, 2024
1 parent 27af030 commit 099153b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/plugins/events/components/events-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@
width: $eventLineW;
opacity: 0.4;

&.--hovered,
&.--s-selected {
&.--hilite {
opacity: 0.8;
transition: none;
}
Expand Down
3 changes: 1 addition & 2 deletions src/plugins/timeline/ExtendedLinesOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
:class="[
line.limitClass,
{
'--hovered':
hoveredLineId && hoveredKeyString === key && line.id === hoveredLineId
'--hilite': hoveredLineId && hoveredKeyString === key && line.id === hoveredLineId
}
]"
:style="{ left: `${line.x + leftOffset}px`, height: `${height}px` }"
Expand Down

0 comments on commit 099153b

Please sign in to comment.