diff options
author | Stan Hu <stanhu@gmail.com> | 2015-11-20 20:41:54 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-11-20 20:41:54 +0000 |
commit | 94b90db5479a4536d459d8e6beaeaea376f6b356 (patch) | |
tree | c5c7de355830d5ef1808aa06fd1c067c6fb84818 /app | |
parent | da0b9cb34744bbeb6d780fda8b8472b640dc9a6c (diff) | |
parent | d22435f3ffe005bddcd0ca24137d55cec97c84fb (diff) | |
download | gitlab-ce-94b90db5479a4536d459d8e6beaeaea376f6b356.tar.gz |
Merge branch 'fix-scss-syntax-error' into 'master'
fix syntax error in common.scss
Fix a syntax error.
See merge request !1857
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 40f4beb1968..61689aff57e 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -64,7 +64,7 @@ pre { .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background: $gl-primary; - color: #FFF + color: #FFF; } .str-truncated { |