summaryrefslogtreecommitdiffstats
path: root/web_src/less/_review.less
diff options
context:
space:
mode:
authorvnkmpf <tz@zztt.eu>2021-02-11 19:28:51 +0100
committerGitHub <noreply@github.com>2021-02-11 19:28:51 +0100
commit441f3f0f205234e8cb8d7bac90ed115ebd2e9d43 (patch)
treeab827324b3676539c3ed602da8bdb4b2f31d02e2 /web_src/less/_review.less
parent7d7007dca75ab3a3a48b9f3fd7cc4350cc626870 (diff)
downloadgitea-441f3f0f205234e8cb8d7bac90ed115ebd2e9d43.tar.gz
gitea-441f3f0f205234e8cb8d7bac90ed115ebd2e9d43.zip
Make fileheader sticky in diffs (#14616)
* Make fileheader sticky #12552 * Remove sticky filenames when width is 480px or less On mobile phone sticky filename is hidden due to the combination of many possible widths and lengths. * Fix text color for .markdown-info * Fix visual of sticky diff box on 480px or less - Hide arrow for select buttons. - Fix changes, additions and deletions. With flexbox they look very broken. This commit hides some words to, so the result is: "123 changed files 987 additions 456 deletions" - center text in buttons Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'web_src/less/_review.less')
-rw-r--r--web_src/less/_review.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/_review.less b/web_src/less/_review.less
index 4d8b402bd3..059e3d0ff5 100644
--- a/web_src/less/_review.less
+++ b/web_src/less/_review.less
@@ -95,7 +95,7 @@
display: inline-block;
margin: 5px 0;
font-size: 12px;
- color: rgba(0, 0, 0, .6);
+ color: var(--color-text-light);
}
.ui.right.floated {