summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-27 09:11:11 +0100
committerPhil Hughes <me@iamphill.com>2016-04-27 09:11:11 +0100
commit420b95bd4dcffbe87938251bf497382b6437b155 (patch)
tree92f27bead8f4f7f892e4c213c4c61e049fd4b7a6
parentca988b2be7a8c1144cb050b517fa4c763f5ca496 (diff)
downloadgitlab-ce-project-group-ui.tar.gz
Changed settings icon color variableproject-group-ui
-rw-r--r--app/assets/stylesheets/framework/variables.scss1
-rw-r--r--app/assets/stylesheets/pages/settings.scss2
2 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 300f941bda6..ad54e3ff5ad 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -71,7 +71,6 @@ $gl-avatar-size: 40px;
$error-exclamation-point: #e62958;
$border-radius-default: 2px;
$btn-transparent-color: #8f8f8f;
-$settings-icon-color: #8f8f8f;
$settings-icon-size: 18px;
$provider-btn-group-border: #e5e5e5;
$provider-btn-not-active-color: #4688f1;
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 67dbeca7bbd..3fb70085713 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -1,5 +1,5 @@
.settings-list-icon {
- color: $settings-icon-color;
+ color: $gl-placeholder-color;
font-size: $settings-icon-size;
line-height: 42px;
}