diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-11-08 00:15:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 18:15:09 -0500 |
commit | f719e2e80619564acc929254eb66251d863dc6fe (patch) | |
tree | 491e7e7d980ea769e4b930076950c9eccf0c5f5c /web_src | |
parent | 9aa8693e2cdbd4d1f128da0bdaf3af083d5fe679 (diff) | |
download | gitea-f719e2e80619564acc929254eb66251d863dc6fe.tar.gz gitea-f719e2e80619564acc929254eb66251d863dc6fe.zip |
Fix double border introduced by #13434 (#13457)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/less/_repository.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index d3190f222d..9b4383c145 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -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; } |