From e1149e80b3d98cfbca5645f67a083c41752b4927 Mon Sep 17 00:00:00 2001 From: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:03:35 +0200 Subject: [PATCH] Merge pull request #21480 from overleaf/ii-bs5-synctex-buttons [web] BS5 synctex buttons cursor GitOrigin-RevId: a397571e6b2d934c96e6d4477b68e049158806e5 --- .../frontend/stylesheets/bootstrap-5/pages/editor/ide.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss index 1c544fe423..04efdf5976 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss @@ -188,6 +188,11 @@ $editor-toggler-bg-dark-color: color.adjust( // Ensure that SyncTex controls appear in front of PDF viewer controls and logs pane z-index: 12; + + .synctex-control .synctex-control-icon { + // Override react-resizable-panels which sets a global * { cursor: ew-resize } + cursor: pointer !important; + } } }