Commit 210663fc authored by David O'Regan's avatar David O'Regan

Merge branch '345745_05-better-focus-contrast' into 'master'

Global Search Refactor - Fix Focus Contrast

See merge request gitlab-org/gitlab!76778
parents bd7d7079 8276df31
......@@ -1838,7 +1838,7 @@ body.gl-dark .header-search input::placeholder {
color: rgba(250, 250, 250, 0.8);
}
body.gl-dark .header-search input:active::placeholder {
color: #fafafa;
color: #868686;
}
body.gl-dark .search form {
background-color: rgba(250, 250, 250, 0.2);
......
......@@ -163,7 +163,7 @@
&:focus,
&:active {
&::placeholder {
color: $search-and-nav-links;
color: $gray-400;
}
}
}
......
......@@ -1838,7 +1838,7 @@ body.gl-dark .header-search input::placeholder {
color: rgba(250, 250, 250, 0.8);
}
body.gl-dark .header-search input:active::placeholder {
color: #fafafa;
color: #868686;
}
body.gl-dark .search form {
background-color: rgba(250, 250, 250, 0.2);
......
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