summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-12 13:06:19 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-12 13:06:19 -0500
commitb7c2e3e40ac42e469405f74c906c23f34c09171b (patch)
treea0443fbc29440e3760b2c3ef9ad729b12e724067
parentcbfafdf7f91c05c2f8821396de4a8f746f2742e8 (diff)
downloadgitlab-ce-26202-Standardize-dropdown-menu-styling.tar.gz
Fix variable renaming errors26202-Standardize-dropdown-menu-styling
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 99a306f1107..1554c44b547 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -290,7 +290,7 @@
}
.dropdown-menu-user-username {
- color: $gl-gray-light;
+ color: $gl-text-color-secondary;
}
}
}
@@ -309,7 +309,7 @@
.dropdown-menu-user-username {
display: block;
line-height: 16px;
- color: $gl-gray-light;
+ color: $gl-text-color-secondary;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;