summaryrefslogtreecommitdiffstats
path: root/web_src/less/_review.less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-11-26 20:33:28 +0100
committerGitHub <noreply@github.com>2020-11-26 19:33:28 +0000
commitb2de034278560f0fec9fc0919f1b75fa005de25c (patch)
treeb44ed3733c1b45d47e8c90fceb91758fabfb788f /web_src/less/_review.less
parent03fa2eccbc6dcdaa08497201113af5f6c2ff6e6b (diff)
downloadgitea-b2de034278560f0fec9fc0919f1b75fa005de25c.tar.gz
gitea-b2de034278560f0fec9fc0919f1b75fa005de25c.zip
CSS navbar and color tweaks (#13609)
* CSS and color tweaks - Unify navbar-style menus - Fix admin bar overlapping menu bar - Fixes file edit comment box - Fix double border on review box - Fix review timeline icons * Many fixes to new-menu and navbar layout enhancements * misc settings fixes * navbar tweak * fix pr tabs * branch tag and arc color tweaks
Diffstat (limited to 'web_src/less/_review.less')
-rw-r--r--web_src/less/_review.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/web_src/less/_review.less b/web_src/less/_review.less
index 79b97d6b94..029c96fc50 100644
--- a/web_src/less/_review.less
+++ b/web_src/less/_review.less
@@ -180,3 +180,7 @@ a.blob-excerpt:hover {
max-width: 900px;
}
}
+
+.review-box > .segment {
+ border: none !important;
+}