aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorCirno the Strongest <1447794+CirnoT@users.noreply.github.com>2020-05-17 22:43:04 +0200
committerGitHub <noreply@github.com>2020-05-17 23:43:04 +0300
commit7fd60c6d8d0036bdd0f4ce459f286a5b556b1faa (patch)
tree46d37d268d1b3bd359e6753f71fdc1f3de87d42a /web_src
parentef5f17651779e3c45ea248e3fdd7a51472022243 (diff)
downloadgitea-7fd60c6d8d0036bdd0f4ce459f286a5b556b1faa.tar.gz
gitea-7fd60c6d8d0036bdd0f4ce459f286a5b556b1faa.zip
Fix styling of resolved code comment box (#11463)
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src')
-rw-r--r--web_src/less/_review.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/web_src/less/_review.less b/web_src/less/_review.less
index f146cc1da8..38e5c62793 100644
--- a/web_src/less/_review.less
+++ b/web_src/less/_review.less
@@ -17,6 +17,12 @@
}
}
+.add-comment-left.add-comment-right .ui.attached.header {
+ border: 1px solid #d4d4d5;
+ margin-bottom: .5em;
+ margin-top: .5em;
+}
+
.focus-lines-new .ui.button.add-code-comment.add-code-comment-right,
.focus-lines-old .ui.button.add-code-comment.add-code-comment-left {
opacity: 1;