Merge branch 'fix-input-placeholder-color' into 'master'
Fix input placeholder text color Closes #47645 See merge request gitlab-org/gitlab-ce!19633
This commit is contained in:
commit
26c9d71666
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ label {
|
|||
}
|
||||
|
||||
.form-control::-webkit-input-placeholder {
|
||||
color: $gl-text-color-secondary;
|
||||
color: $placeholder-text-color;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
|
|
Loading…
Reference in a new issue