Commit 420b95bd authored by Phil Hughes's avatar Phil Hughes

Changed settings icon color variable

parent ca988b2b
......@@ -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;
......
.settings-list-icon {
color: $settings-icon-color;
color: $gl-placeholder-color;
font-size: $settings-icon-size;
line-height: 42px;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment