Conclusion of endless round of changes to make menu sort of usable
The dropdowns do not drop down on touch devices, before fixing that need to check in on if the noble battle to keep the menu visible for as many devices as possible (and not hide behind the hamburger) should in fact be given up. Ref #114
This commit is contained in:
parent
aab893c1d9
commit
3f1860f671
5 changed files with 56 additions and 16 deletions
|
@ -58,7 +58,7 @@
|
|||
%}
|
||||
{% endif %}
|
||||
{% if item.url|render == '/search' %}
|
||||
{% set item_classes = item_classes|merge(['is-hidden-tablet']) %}
|
||||
{% set item_classes = item_classes|merge(['is-hidden-desktop search-icon']) %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{{ link(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue