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

Update header.ejs #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
14 changes: 1 addition & 13 deletions template/pages/@/layout/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,6 @@ if (header.categories_list) {
class="header__buttons"
role="group"
aria-label="<%= _.dictionary('myAccount') %>"
>
<button
class="d-lg-none btn btn-lg"
id="mobile-search-btn"
type="button"
data-toggle="collapse"
data-target="#search-bar"
aria-expanded="true"
aria-controls="search-bar"
aria-controls="search-bar"
title="<%= _.dictionary('searchProducts') %>"
>
<i class="fas fa-search"></i>
</button>

Expand Down Expand Up @@ -202,7 +190,7 @@ if (header.categories_list) {
const searchColSize = !isCategoriesNavFull && categories.length ? '-3' : ''
%>
<div
class="d-none d-lg-block col-12 col-lg<%= searchColSize %> collapse show"
class="d-lg-block col-12 col-lg<%= searchColSize %> collapse show"
id="search-bar"
>
<form
Expand Down