search pills: Align icons on top row.

This reverts #30804. We need a followup PR to address the
issue that PR was trying to solve without breaking icon
alignment.
This commit is contained in:
evykassirer 2024-07-12 14:32:49 -07:00 committed by Tim Abbott
parent d895ca287f
commit f23fdede67
1 changed files with 2 additions and 5 deletions

View File

@ -210,11 +210,8 @@
/* Override style for .pill-container that isn't relevant for search. */
border: none;
grid-template:
"search-icon search-pills search-close" minmax(
var(--search-box-height),
auto
)
/ auto minmax(0, 1fr) 28px;
"search-icon search-pills search-close" var(--search-box-height)
". search-pills ." auto / auto minmax(0, 1fr) 28px;
align-items: start;
cursor: pointer;