summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliotec <elliotecweb@gmail.com>2016-07-12 09:22:53 -0600
committerelliotec <elliotecweb@gmail.com>2016-07-12 09:22:53 -0600
commit893cc5ec01b02a7183ae28ce815d6d14d0dfdeff (patch)
tree4aa29595ad3a0baa3a9995f4387cf9fd137b71d7
parent67f90c79840bcfca6d8d42a9f6620ef9eb7972c7 (diff)
downloadgitlab-ce-893cc5ec01b02a7183ae28ce815d6d14d0dfdeff.tar.gz
use correct color variable for border
-rw-r--r--app/assets/stylesheets/framework/blocks.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index 635c236c7ac..1e7c0468d89 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -225,7 +225,7 @@
float: right;
margin-top: 8px;
padding-bottom: 7px;
- border-bottom: 1px solid $white-dark;
+ border-bottom: 1px solid $border-color;
}
}