From 82652013f2a9303e141a18923d85d0fe4870f7ae Mon Sep 17 00:00:00 2001
From: Patricio Cano <suprnova32@gmail.com>
Date: Thu, 16 Jun 2016 13:27:25 -0500
Subject: [PATCH] Fix CSS

---
 app/assets/stylesheets/framework/buttons.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
   }
-- 
GitLab