diff --git a/public/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_helpernav.scss b/public/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_helpernav.scss index 93e72e4b..2311580d 100644 --- a/public/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_helpernav.scss +++ b/public/typo3conf/ext/ep_events/Resources/Private/Assets/scss/_helpernav.scss @@ -27,17 +27,24 @@ background-color: $color-brand-primary; } -.helpernav__item:hover { +.helpernav__item { + + &:hover:not(.helpernav__item--disabled) { & > .helpernav__link { - background-color: $color-brand-primary; + background-color: $color-brand-primary; } & > .helpernav__subnav { - visibility: visible; - opacity: 1; + visibility: visible; + opacity: 1; } + } + + &--disabled { + opacity: 0.5; + } } .helpernav__subitem { diff --git a/public/typo3conf/ext/ep_events/Resources/Private/Partials/PageHeader.html b/public/typo3conf/ext/ep_events/Resources/Private/Partials/PageHeader.html index aa666a49..195f5a0c 100644 --- a/public/typo3conf/ext/ep_events/Resources/Private/Partials/PageHeader.html +++ b/public/typo3conf/ext/ep_events/Resources/Private/Partials/PageHeader.html @@ -33,10 +33,19 @@ -
  • - - {f:if(condition: '{language.languageUid} == 0', then: 'DE', else: 'EN')} - +
  • + + + + {f:if(condition: '{language.languageUid} == 0', then: 'DE', else: 'EN')} + + + + + {f:if(condition: '{language.languageUid} == 0', then: 'DE', else: 'EN')} + + +