auto-git:
[change] src/index.css
This commit is contained in:
@@ -632,9 +632,10 @@ body:not([data-theme="light"]) .folder-item {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.editor__codemirror .cm-cursor,
|
||||
.editor__codemirror .cm-editor.cm-focused > .cm-scroller > .cm-cursorLayer .cm-cursor,
|
||||
.editor__codemirror .cm-dropCursor {
|
||||
border-left-color: #f5f5f5;
|
||||
border-left-color: #f5f5f5 !important;
|
||||
border-left-width: 1.6px !important;
|
||||
}
|
||||
|
||||
.editor__codemirror .cm-fatCursor {
|
||||
@@ -1126,9 +1127,10 @@ body[data-theme="light"] .editor__textarea-wrap:focus-within {
|
||||
border-color: var(--accent-strong);
|
||||
}
|
||||
|
||||
body[data-theme="light"] .editor__codemirror .cm-cursor,
|
||||
body[data-theme="light"] .editor__codemirror .cm-editor.cm-focused > .cm-scroller > .cm-cursorLayer .cm-cursor,
|
||||
body[data-theme="light"] .editor__codemirror .cm-dropCursor {
|
||||
border-left-color: #1f1f1f;
|
||||
border-left-color: #1f1f1f !important;
|
||||
border-left-width: 1.6px !important;
|
||||
}
|
||||
|
||||
body[data-theme="light"] .editor__codemirror .cm-fatCursor {
|
||||
|
||||
Reference in New Issue
Block a user