diff options
author | zeripath <art27@cantab.net> | 2019-07-23 15:31:51 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-07-23 22:31:51 +0800 |
commit | 4334652ed15943a09a5d8baa16f0a1c24de0201e (patch) | |
tree | abfdcad7b3b948d5f34e3678e2bc2a1ca747e7b1 /public/less | |
parent | e3a2c7413e2d733a656c450127fe0fdf360be949 (diff) | |
download | gitea-4334652ed15943a09a5d8baa16f0a1c24de0201e.tar.gz gitea-4334652ed15943a09a5d8baa16f0a1c24de0201e.zip |
fix #7568 (#7587)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/themes/arc-green.less | 2 |
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) { |