diff --git a/services/web/frontend/js/features/editor-navigation-toolbar/components/back-to-editor-button.tsx b/services/web/frontend/js/features/editor-navigation-toolbar/components/back-to-editor-button.tsx index b87b634b1a..97f77f1be5 100644 --- a/services/web/frontend/js/features/editor-navigation-toolbar/components/back-to-editor-button.tsx +++ b/services/web/frontend/js/features/editor-navigation-toolbar/components/back-to-editor-button.tsx @@ -10,7 +10,7 @@ function BackToEditorButton({ onClick }: { onClick: () => void }) { bsSize="sm" bsStyle={null} onClick={onClick} - className="back-to-editor-btn btn-secondary" + className="back-to-editor-btn" >

{t('back_to_editor')}

diff --git a/services/web/frontend/stylesheets/app/editor/toolbar.less b/services/web/frontend/stylesheets/app/editor/toolbar.less index 49342c73a2..837d0bfeba 100644 --- a/services/web/frontend/stylesheets/app/editor/toolbar.less +++ b/services/web/frontend/stylesheets/app/editor/toolbar.less @@ -22,7 +22,7 @@ .toolbar-right, .toolbar-left { - button:not(.back-to-editor-btn) { + button { background: transparent; box-shadow: none; } @@ -32,6 +32,7 @@ margin-right: 27px; display: flex; align-items: center; + .btn-secondary; .toolbar-label { margin-bottom: 0;