DijiHax.pytorch / FileLink.module.css
dijihax's picture
Upload 59 files
bae9410 verified
raw
history blame
577 Bytes
.path {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
/* Makes ellipsis show in default text color, we show the basename in link color below */
color: var(--vscode-disabledForeground);
}
.excluded {
text-decoration: line-through !important;
}
.basename {
color: var(--vscode-textLink-foreground);
}
.repoShortName {
color: var(--vscode-disabledForeground);
font-size: smaller;
}
.dirname {
color: var(--vscode-disabledForeground);
font-size: smaller;
}
.range {
color: var(--vscode-disabledForeground);
}