Commit 8276df31 authored by Zack Cuddy's avatar Zack Cuddy Committed by David O'Regan

Global Search Refactor - Fix Focus Contrast

parent 9f74ea12
......@@ -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