Fix double border introduced by #13434 (#13457)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
Cirno the Strongest 2020-11-08 00:15:09 +01:00 committed by GitHub
parent 9aa8693e2c
commit f719e2e806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -997,7 +997,7 @@
}
}
.content {
.comment-container {
border: 1px solid var(--color-secondary);
border-radius: var(--border-radius);
@ -2791,7 +2791,7 @@
}
}
.comment:target .content {
.comment:target .comment-container {
border-color: var(--color-primary) !important;
box-shadow: 0 0 0 3px var(--color-primary-alpha-30) !important;
}