.p3x-gitlist-treegraph-log {
}
.treegraph-button {
padding: $padding-base-vertical !important;
font-family: monospace;
}
#rev-list {
li {
// native paint virtualization - browser skips rendering off-screen rows
content-visibility: auto;
contain-intrinsic-height: 20px;
}
}
.p3x-gitlist-light {
.treegraph-button {
background-color: $navbar-default-bg !important;
color: $navbar-default-link-hover-color !important;
}
.treegraph-link {
color: $brand-primary !important;
}
}
.p3x-gitlist-dark {
.treegraph-button {
background-color: $navbar-inverse-bg !important;
color: $navbar-inverse-link-hover-color !important;
}
.treegraph-link {
color: $brand-primary !important;
}
// fix: original gitgraph.css hardcoded #000 on links, invisible in dark mode
#git-graph-container {
color: #ccc;
li a {
color: lighten($brand-primary, 20%) !important;
}
.author {
color: #bbb;
}
}
}
.p3x-gitlist-treegraph-subject {
// white-space: nowrap;
p {
display: inline;
text-overflow: ellipsis;
}
a, a:active {
color: $brand-primary !important;
}
}
#rev-list {
}
.p3x-gitlist-treegraph-copy {
opacity: 0.4;
font-size: 0.8em;
cursor: pointer;
&:hover {
opacity: 1;
}
}