feature-custom-store-locations #4
@ -3,14 +3,12 @@ export default function ListSearchInput({ value, onChange, resultCount, totalCou
|
||||
|
||||
return (
|
||||
<div className="glist-search">
|
||||
<label className="glist-search-label" htmlFor="grocery-list-search">
|
||||
Search list
|
||||
</label>
|
||||
<div className="glist-search-row">
|
||||
<input
|
||||
id="grocery-list-search"
|
||||
className="glist-search-input"
|
||||
type="search"
|
||||
aria-label="Search list"
|
||||
value={value}
|
||||
onChange={(event) => onChange(event.target.value)}
|
||||
placeholder="Search list"
|
||||
|
||||
@ -358,14 +358,6 @@
|
||||
margin: var(--spacing-xs) 0 var(--spacing-sm);
|
||||
}
|
||||
|
||||
.glist-search-label {
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
color: var(--color-text-secondary);
|
||||
font-size: var(--font-size-sm);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.glist-search-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user