mirror of https://github.com/zulip/zulip.git
navbar_search: Explicitly specify search input background color.
This commit is contained in:
parent
de35f44624
commit
325ab83edb
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue