Closed ControlBoy38 closed 3 years ago
@ControlBoy38, ah, nice catch. I think you are referring to the currently selected change (moved with Next Change / Previous Change). In the picture below, the top one is with "#compare", the bottom one is with "#mergely". Thanks for reporting this issue.
var lhsLineNumbers = jQuery('#mergely-lhs ~ .CodeMirror .CodeMirror-code .CodeMirror-linenumber.CodeMirror-gutter-elt'); var rhsLineNumbers = jQuery('#mergely-rhs ~ .CodeMirror .CodeMirror-code .CodeMirror-linenumber.CodeMirror-gutter-elt');
If the id of the div is not "mergely" like div id="mergely" but div id="compare", the style (dark grey and font white) doesn't work.