SideBySide2: Bump z-index on the "underline" cursor

Restore the z-index to 2 to make sure the cursor is on top of
intraline edits, which are colored using markText().

Change-Id: I1529768d163bd5ba5d10e5981aca619910f79d35
This commit is contained in:
Michael Zhou
2013-11-23 02:21:35 -05:00
parent cadd2f0952
commit 77863fc0ee

View File

@@ -97,6 +97,7 @@ limitations under the License.
.difftable .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor { .difftable .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
background: transparent; background: transparent;
text-decoration: underline; text-decoration: underline;
z-index: 2;
} }
.showtabs .cm-tab:before { .showtabs .cm-tab:before {
content: "\00bb"; content: "\00bb";