Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump express from 4.19.2 to 4.21.0 #29

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions overrides/app/components/algolia/autocomplete/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ function AutocompletePanel(props, search) {
</div>
{recentSearches}

<div className="aa-PanelSection--popular">{popular}</div>
<div className="aa-SourceHeader">{popular}</div>

<div className="aa-PanelSection--popular">{categories}</div>
<div className="aa-SourceHeader">{categories}</div>

<div className="aa-SourceHeader">
<span className="aa-SourceHeaderTitle">BRANDS</span>
Expand Down
25 changes: 0 additions & 25 deletions overrides/app/components/algolia/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,6 @@ body {
object-position: center;
}

/* Category and FAQ */
.aa-ItemWrapper.aa-CategoryItem,
.aa-ItemWrapper.aa-FaqItem {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0;
}

.aa-CategoryItem .aa-Breadcrumb,
.aa-FaqItem .aa-Breadcrumb {
margin-left: calc(var(--aa-icon-size) + var(--aa-spacing));
Expand Down Expand Up @@ -916,16 +907,6 @@ body {
max-width: 100%;
}

.aa-PanelSection--left {
gap: 15px;
}

@media (max-width: 681px) {
.aa-PanelSection--left {
gap: 0;
}
}

.aa-PanelSection--popular section{
display: flex;
flex-direction: column;
Expand All @@ -938,12 +919,6 @@ body {
flex-wrap: wrap;
}

@media (min-width: 681px) {
.aa-PanelSection--left .aa-List{
margin-top: -1rem;
}
}

.aa-PanelSection--left .aa-Item {
background-color: #F5F4FA;
border: 1px solid #b9b9b97d;
Expand Down
Loading
Loading