|
@@ -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
|
|
// Ensure that SyncTex controls appear in front of PDF viewer controls and logs pane
|
|
|
z-index: 12;
|
|
z-index: 12;
|
|
|
|
|
+
|
|
|
|
|
+ .synctex-control .synctex-control-icon {
|
|
|
|
|
+ // Override react-resizable-panels which sets a global * { cursor: ew-resize }
|
|
|
|
|
+ cursor: pointer !important;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|