summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-16 17:25:18 +0100
committerPhil Hughes <me@iamphill.com>2016-06-16 17:25:18 +0100
commit4a7816fd297a9f1bd23ead6c0690c6fd0ab6b9c3 (patch)
tree8ef08f87b6c737f689b656de8e6b97c09ae0bc88
parentdb66312cdb40c4d87dbf0d99da0fd2316676f7c7 (diff)
downloadgitlab-ce-4a7816fd297a9f1bd23ead6c0690c6fd0ab6b9c3.tar.gz
Fixes font weight of commit id on view file button
-rw-r--r--app/assets/stylesheets/pages/diff.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 1a7d5f9666e..927c8d08134 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -4,6 +4,10 @@
margin-bottom: $gl-padding;
border-radius: 3px;
+ .commit-short-id {
+ font-weight: 400;
+ }
+
.diff-header {
position: relative;
background: $background-color;