summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2019-07-23 15:31:51 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2019-07-23 22:31:51 +0800
commit4334652ed15943a09a5d8baa16f0a1c24de0201e (patch)
treeabfdcad7b3b948d5f34e3678e2bc2a1ca747e7b1 /public/less
parente3a2c7413e2d733a656c450127fe0fdf360be949 (diff)
downloadgitea-4334652ed15943a09a5d8baa16f0a1c24de0201e.tar.gz
gitea-4334652ed15943a09a5d8baa16f0a1c24de0201e.zip
fix #7568 (#7587)
Diffstat (limited to 'public/less')
-rw-r--r--public/less/themes/arc-green.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/themes/arc-green.less b/public/less/themes/arc-green.less
index ebe63c65fa..12d7eb2db1 100644
--- a/public/less/themes/arc-green.less
+++ b/public/less/themes/arc-green.less
@@ -1118,7 +1118,7 @@ a.ui.labels .label:hover {
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(1),
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(2),
-.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(3),
+.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(3),
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(4),
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(5),
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(6) {