File tree 2 files changed +0
-14
lines changed
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 88
88
{% trans "Logout" as logout %}
89
89
{% link text=logout href=request.user.get_logout_url icon="login" icon_position="before" primary=True %}
90
90
</ 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 %}
97
91
</ ul >
98
92
{% elif config.login_show %}
99
93
< ul class ="header__list ">
102
96
{% trans "Log in" as loginmobile %}
103
97
{% link text=loginmobile title=loginmobile href=login_url icon="account_circle" icon_position="before" primary=True icon_outlined=True %}
104
98
</ 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 >
109
99
</ ul >
110
100
{% endif %}
111
101
</ div >
Original file line number Diff line number Diff line change @@ -511,10 +511,6 @@ $vm: var(--spacing-large);
511
511
gap : var (--spacing-large );
512
512
vertical-align : bottom ;
513
513
}
514
-
515
- [title = ' Zoeken' ] {
516
- display : none ;
517
- }
518
514
}
519
515
520
516
.form--inline {
You can’t perform that action at this time.
0 commit comments