diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-06-16 13:27:25 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-07-05 16:54:22 -0500 |
commit | 82652013f2a9303e141a18923d85d0fe4870f7ae (patch) | |
tree | 11fe7ef6f40a78622d08d506975470fda26d0773 | |
parent | 512adc21feff5135de94d23ed6808296b365490a (diff) | |
download | gitlab-ce-82652013f2a9303e141a18923d85d0fe4870f7ae.tar.gz |
Fix CSS
-rw-r--r-- | app/assets/stylesheets/framework/buttons.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss index 1b900d10859..a431fa59a57 100644 --- a/app/assets/stylesheets/framework/buttons.scss +++ b/app/assets/stylesheets/framework/buttons.scss @@ -283,7 +283,7 @@ } .clone-dropdown-btn a { - color: #555; + color: $dropdown-link-color; &:hover { text-decoration: none; } |