Skip to content

Commit df0239c

Browse files
authored
Fix navbar Search text visibility and background color on scroll (#45594)
* Fix search text * Fix search text * Fix search text
1 parent 4908791 commit df0239c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

assets/scss/_custom.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,17 @@ body.td-404 main .error-details {
239239
}
240240
}
241241

242+
.search-item.nav-item {
243+
input, input::placeholder {
244+
color: black;
245+
}
246+
}
247+
242248
.flip-nav .search-item {
243-
.td-search-input {
249+
.td-search-input, .search-bar {
244250
background-color: $medium-grey;
245251
}
246-
input, textarea {
252+
input, input::placeholder, .search-icon {
247253
color: white;
248254
}
249255
textarea:focus, input:focus {
@@ -1069,4 +1075,4 @@ div.alert > em.javascript-required {
10691075
border: none;
10701076
outline: none;
10711077
padding: .5em 0 .5em 0;
1072-
}
1078+
}

0 commit comments

Comments
 (0)