Commit 26c9d716 authored by Annabel Gray's avatar Annabel Gray

Merge branch 'fix-input-placeholder-color' into 'master'

Fix input placeholder text color

Closes #47645

See merge request gitlab-org/gitlab-ce!19633
parents d17b22a1 1eb5d0ce
...@@ -170,7 +170,7 @@ label { ...@@ -170,7 +170,7 @@ label {
} }
.form-control::-webkit-input-placeholder { .form-control::-webkit-input-placeholder {
color: $gl-text-color-secondary; color: $placeholder-text-color;
} }
.input-group { .input-group {
......
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