navbar_search: Explicitly specify search input background color.

This commit is contained in:
Karl Stolley 2024-07-18 16:22:34 -04:00 committed by Tim Abbott
parent de35f44624
commit 325ab83edb
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,9 @@
/* Override styles for .pill-container that aren't relevant for search. */
&.pill-container {
/* Pill container should display the same background
color as the search typeahead. */
background-color: var(--color-background-search);
/* Maintain only a column gap. */
gap: 0 5px;