mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Merge pull request #20300 from overleaf/mj-synctex-button-cursor
[web] Fix synctex buttons cursor GitOrigin-RevId: 87fc77801fa1bf09652823225974567bee5cd2bc
This commit is contained in:
committed by
Copybot
parent
663e2304f6
commit
abc1aff3a1
@@ -93,8 +93,11 @@
|
||||
margin: 0;
|
||||
// Ensure that SyncTex controls appear in front of PDF viewer controls and logs pane
|
||||
z-index: 12;
|
||||
// Override react-resizable-panels which sets a global * { cursor: ew-resize }
|
||||
cursor: pointer !important;
|
||||
|
||||
& .synctex-control .synctex-control-icon {
|
||||
// Override react-resizable-panels which sets a global * { cursor: ew-resize }
|
||||
cursor: pointer !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user