diff --git a/services/web/frontend/js/features/editor-navigation-toolbar/components/menu-button.js b/services/web/frontend/js/features/editor-navigation-toolbar/components/menu-button.js index 537f851f80..178e780a46 100644 --- a/services/web/frontend/js/features/editor-navigation-toolbar/components/menu-button.js +++ b/services/web/frontend/js/features/editor-navigation-toolbar/components/menu-button.js @@ -6,11 +6,16 @@ function MenuButton({ onClick }) { const { t } = useTranslation() return ( - // eslint-disable-next-line jsx-a11y/anchor-is-valid - - -

{t('menu')}

-
+
+ +
) } diff --git a/services/web/frontend/stylesheets/app/editor/toolbar.less b/services/web/frontend/stylesheets/app/editor/toolbar.less index 935efdece0..309ea22117 100644 --- a/services/web/frontend/stylesheets/app/editor/toolbar.less +++ b/services/web/frontend/stylesheets/app/editor/toolbar.less @@ -20,7 +20,8 @@ } } - .toolbar-right { + .toolbar-right, + .toolbar-left { button { background: transparent; box-shadow: none;