Add muted class to author name in repo commit list (#29989)
Before:  After:  If repo is a mirror, external user's name will be white, but if user is existed, then you will see blue names and white names together:  --------- Co-authored-by: silverwind <me@silverwind.io> (cherry picked from commit 13921569dd5f77ee7d8352d0036ff649b03e72c8)
This commit is contained in:
parent
c55e30ff13
commit
18caa53859
2 changed files with 5 additions and 4 deletions
|
@ -2432,6 +2432,7 @@ tbody.commit-list {
|
|||
|
||||
.author-wrapper {
|
||||
max-width: 180px;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
/* in the commit list, messages can wrap so we can use inline */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue