summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-06-13 14:19:51 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-06-13 14:19:51 +0100
commitb411a2352ac4139d4f07e875498763992cddd477 (patch)
treee60482bdf7fe4ad7407237b6c19087503da0ad6d /app
parent0d499ce215b8ce4623349c4b00311c810f83c77c (diff)
downloadgitlab-ce-b411a2352ac4139d4f07e875498763992cddd477.tar.gz
Change border color of job's scroll controllers to $border-color
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/builds.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 203fd6d07e4..39022714d28 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -72,7 +72,7 @@
display: flex;
justify-content: flex-end;
background: $gray-light;
- border: 1px solid $gray-normal;
+ border: 1px solid $border-color;
color: $gl-text-color;
.truncated-info {