Merge pull request #21480 from overleaf/ii-bs5-synctex-buttons

[web] BS5 synctex buttons cursor

GitOrigin-RevId: a397571e6b2d934c96e6d4477b68e049158806e5
This commit is contained in:
ilkin-overleaf 2024-10-31 13:03:35 +02:00 committed by Copybot
parent c531d55f29
commit e1149e80b3

View file

@ -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;
}
}
}