hyperdx/packages/app/styles/TimelineChart.module.scss
2025-11-20 15:00:42 +00:00

20 lines
355 B
SCSS

.timelineRow {
cursor: pointer;
&:hover {
background-color: var(--color-bg-highlighted);
}
}
.timelineRowActive {
background-color: var(--color-bg-highlighted);
border-radius: var(--mantine-radius-xs);
}
.labelContainer {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-right: 8px;
position: relative;
}