Show outdated comments in pull request (#13148) (#13162)

Co-authored-by: zeripath <art27@cantab.net>

Co-authored-by: Iván Valdés <iv@a.ki>
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
6543 2020-10-16 03:46:56 +02:00 committed by GitHub
parent f587dc69bb
commit 2ec50b9514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 11 deletions

View file

@ -1220,6 +1220,16 @@
display: block;
}
}
.tag {
color: black;
margin: 3px 0 0 5px;
padding: 2px 5px;
font-size: 12px;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 3px;
background-color: #fffbb2;
}
}
}