ChartNode.css41 lines
mainRaw.Group {
transition: all ease-in-out 250ms;
}
.Rect {
cursor: pointer;
stroke: var(--color-background);
transition: all ease-in-out 250ms;
}
.ForeignObject {
pointer-events: none;
transition: all ease-in-out 250ms;
}
.Highlight {
border-radius: 0.125rem;
background-color: var(--color-search-match);
}
.CurrentHighlight {
border-radius: 0.125rem;
background-color: var(--color-search-match-current);
}
.Div {
pointer-events: none;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-family: var(--font-family-sans);
font-size: var(--font-size-sans-normal);
margin-left: 0.25rem;
margin-right: 0.25rem;
line-height: 1.5;
padding: 0 0 0;
font-weight: 400;
color: var(--color-commit-gradient-text);
text-align: left;
transition: all ease-in-out 250ms;
}
Loading syntax highlighting…