From 25f4e6cf67ba1f53a7df2db1668f7bc9e423ae6d Mon Sep 17 00:00:00 2001 From: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:08:31 +0200 Subject: [PATCH] Merge pull request #21368 from overleaf/ii-bs5-text-formatting-button [web] Text formatting dropdown toggle button style adjustments GitOrigin-RevId: def94395f3f337f90e33fa42465377be3587d3ae --- .../features/source-editor/extensions/toolbar/toolbar-panel.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/web/frontend/js/features/source-editor/extensions/toolbar/toolbar-panel.ts b/services/web/frontend/js/features/source-editor/extensions/toolbar/toolbar-panel.ts index 71ba19925c..6c5cd1379a 100644 --- a/services/web/frontend/js/features/source-editor/extensions/toolbar/toolbar-panel.ts +++ b/services/web/frontend/js/features/source-editor/extensions/toolbar/toolbar-panel.ts @@ -173,15 +173,12 @@ const toolbarTheme = EditorView.theme({ }, '.ol-cm-toolbar-menu-toggle': { background: 'transparent', - boxShadow: 'none !important', border: 'none', - whiteSpace: 'nowrap', color: 'inherit', borderRadius: isBootstrap5() ? 'var(--border-radius-base)' : '0', opacity: 0.8, width: '120px', fontSize: '13px', - fontFamily: 'Lato', fontWeight: '700', display: 'flex', alignItems: 'center',