Grey out untracked children
This commit is contained in:
parent
b83d908d4b
commit
d031eee14e
6 changed files with 57 additions and 31 deletions
|
|
@ -82,3 +82,8 @@ dd {
|
|||
grid: auto-flow / min-content max-content;
|
||||
column-gap: 1ch;
|
||||
}
|
||||
|
||||
.commit .untracked,
|
||||
.commit .untracked a {
|
||||
color: #777;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue