Skip to content

Commit f8ffab4

Browse files
committed
[#2954] Removed Search from mobile dropdown menu
1 parent ce11922 commit f8ffab4

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/open_inwoner/components/templates/components/Header/Header.html

-10
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@
8888
{% trans "Logout" as logout %}
8989
{% link text=logout href=request.user.get_logout_url icon="login" icon_position="before" primary=True %}
9090
</li>
91-
{% if cms_apps.products and request.user.is_authenticated or not config.hide_search_from_anonymous_users %}
92-
<li class="header__list-item">
93-
{% trans "Zoeken" as search %}
94-
{% link text=search href="/search" icon="search" icon_position="before" %}
95-
</li>
96-
{% endif %}
9791
</ul>
9892
{% elif config.login_show %}
9993
<ul class="header__list">
@@ -102,10 +96,6 @@
10296
{% trans "Log in" as loginmobile %}
10397
{% link text=loginmobile title=loginmobile href=login_url icon="account_circle" icon_position="before" primary=True icon_outlined=True %}
10498
</li>
105-
<li class="header__list-item">
106-
{% trans "Zoeken" as search %}
107-
{% link text=search href="/search" icon="search" icon_position="before" %}
108-
</li>
10999
</ul>
110100
{% endif %}
111101
</div>

src/open_inwoner/scss/components/Header/Header.scss

-4
Original file line numberDiff line numberDiff line change
@@ -511,10 +511,6 @@ $vm: var(--spacing-large);
511511
gap: var(--spacing-large);
512512
vertical-align: bottom;
513513
}
514-
515-
[title='Zoeken'] {
516-
display: none;
517-
}
518514
}
519515

520516
.form--inline {

0 commit comments

Comments
 (0)