mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 01:26:48 +00:00
Esprima update
This commit is contained in:
5
node_modules/esprima/assets/codemirror/codemirror.css
generated
vendored
5
node_modules/esprima/assets/codemirror/codemirror.css
generated
vendored
@@ -9,6 +9,7 @@
|
||||
/* This is needed to prevent an IE[67] bug where the scrolled content
|
||||
is visible outside of the scrolling box. */
|
||||
position: relative;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.CodeMirror-gutter {
|
||||
@@ -27,6 +28,7 @@
|
||||
}
|
||||
.CodeMirror-lines {
|
||||
padding: .4em;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.CodeMirror pre {
|
||||
@@ -59,7 +61,10 @@
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
border-left: 1px solid black;
|
||||
border-right:none;
|
||||
width:0;
|
||||
}
|
||||
.CodeMirror pre.CodeMirror-cursor.CodeMirror-overwrite {}
|
||||
.CodeMirror-focused pre.CodeMirror-cursor {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user