From 972acbe4e9ea775173b3383b0395cf8454ab8e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 15 Mar 2022 11:59:01 +0100 Subject: [PATCH] Don't collapse subitems in active path of mobile navigation --- .../ext/ep_theme/Resources/Private/Partials/Mobilenav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Mobilenav.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Mobilenav.html index b6048988..8664ac23 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Mobilenav.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Mobilenav.html @@ -95,7 +95,7 @@
  • + data-collapse-collapsed-value="{f:if(condition: navitem.active, then: 'false', else: 'true')}">
  • + data-collapse-collapsed-value="{f:if(condition: subitem.active, then: 'false', else: 'true')}">