Commit 1846bbee authored by Martin Wortschack's avatar Martin Wortschack

Replace $dropdown-input-fa-color with $gray-500

parent 862f6bf8
...@@ -567,14 +567,13 @@ ...@@ -567,14 +567,13 @@
margin-bottom: 10px; margin-bottom: 10px;
padding: 0 10px; padding: 0 10px;
.fa,
.input-icon, .input-icon,
.dropdown-input-clear, .dropdown-input-clear,
.dropdown-input-search { .dropdown-input-search {
position: absolute; position: absolute;
top: $gl-padding-8; top: $gl-padding-8;
right: 20px; right: 20px;
color: $dropdown-input-fa-color; color: $gray-500;
font-size: 12px; font-size: 12px;
pointer-events: none; pointer-events: none;
} }
......
...@@ -546,7 +546,6 @@ $dropdown-vertical-offset: 4px; ...@@ -546,7 +546,6 @@ $dropdown-vertical-offset: 4px;
$dropdown-empty-row-bg: rgba(#000, 0.04); $dropdown-empty-row-bg: rgba(#000, 0.04);
$dropdown-shadow-color: rgba(#000, 0.1); $dropdown-shadow-color: rgba(#000, 0.1);
$dropdown-title-btn-color: #bfbfbf; $dropdown-title-btn-color: #bfbfbf;
$dropdown-input-fa-color: #c7c7c7;
$dropdown-input-focus-shadow: rgba($blue-300, 0.4); $dropdown-input-focus-shadow: rgba($blue-300, 0.4);
$dropdown-loading-bg: rgba($white, 0.6); $dropdown-loading-bg: rgba($white, 0.6);
$dropdown-chevron-size: 10px; $dropdown-chevron-size: 10px;
......
...@@ -85,13 +85,12 @@ ...@@ -85,13 +85,12 @@
color: var(--ide-input-border, $gl-text-color-tertiary); color: var(--ide-input-border, $gl-text-color-tertiary);
} }
.dropdown-input .fa,
.dropdown-input .dropdown-input-clear { .dropdown-input .dropdown-input-clear {
color: var(--ide-input-border, $dropdown-input-fa-color); color: var(--ide-input-border, $gray-500);
} }
.ide-nav-form .input-icon { .ide-nav-form .input-icon {
color: var(--ide-input-border, $dropdown-input-fa-color); color: var(--ide-input-border, $gray-500);
} }
code { code {
......
---
title: Replace dropdown-input-fa-color with gray-500
merge_request: 49213
author:
type: changed
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