summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/labels.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-21 12:52:31 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-21 12:52:31 -0500
commit0c8eae0f00ca9e8923c8205818cc92ceb7910525 (patch)
tree02ea99d0b4e46d3b4fccda8a833d95bcf9149e96 /app/assets/stylesheets/pages/labels.scss
parentbb5c1af78ab29c7cfcbd9a3de594b31359c236f2 (diff)
downloadgitlab-ce-0c8eae0f00ca9e8923c8205818cc92ceb7910525.tar.gz
Remove another batch of reassigned scss variables
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index d32943fceec..d2b9470be69 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -67,7 +67,7 @@
.dropdown-labels-error {
padding: 5px 10px;
margin-bottom: 10px;
- background-color: $gl-danger;
+ background-color: $red-500;
color: $white-light;
}
@@ -117,7 +117,7 @@
color: $blue-600;
&.remove-row {
- color: $gl-danger;
+ color: $red-500;
}
}
}