diff --git a/typo3/sysext/backend/Classes/ViewHelpers/Toolbar/AttributesViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/Toolbar/AttributesViewHelper.php index 500a369791623040026a54d6f7d0ce2b98118d7e..c9ec545e7e3239208e31c8a331b063956a5530d9 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/Toolbar/AttributesViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/Toolbar/AttributesViewHelper.php @@ -43,7 +43,7 @@ final class AttributesViewHelper extends AbstractViewHelper public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext): string { $additionalAttributes = [ - 'class' => 'toolbar-item t3js-toolbar-item', + 'class' => 'toolbar-item', ]; $toolbarItem = $arguments['class'] ?? null; diff --git a/typo3/sysext/backend/Resources/Private/Partials/Backend/Topbar.html b/typo3/sysext/backend/Resources/Private/Partials/Backend/Topbar.html index 7b8274e31194c6824b7a81ba4bc257bbf978c777..d17b7112b22c063564f9fe5073c1fabdcb08077f 100644 --- a/typo3/sysext/backend/Resources/Private/Partials/Backend/Topbar.html +++ b/typo3/sysext/backend/Resources/Private/Partials/Backend/Topbar.html @@ -47,7 +47,7 @@ </div> </div> <div class="scaffold-toolbar t3js-scaffold-toolbar" data-toolbar-identifier="toolbar"> - <div class="toolbar t3js-topbar-toolbar"> + <div class="toolbar"> <ul class="toolbar-list" data-typo3-role="typo3-module-menu"> <f:for each="{toolbarItems}" as="toolbarItem"> <li {be:toolbar.attributes(class: toolbarItem) -> f:format.raw()}>