Skip to content

Commit 68c58ca

Browse files
authored
remove theme-3 (#410)
1 parent bb4e63d commit 68c58ca

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

packages/repl/src/lib/Input/ComponentSelector.svelte

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,6 @@
402402
cursor: pointer;
403403
}
404404
405-
.remove:hover {
406-
color: var(--sk-theme-3);
407-
}
408-
409405
.file-tabs .button.active .editable {
410406
cursor: text;
411407
}
@@ -428,10 +424,6 @@
428424
text-align: center;
429425
}
430426
431-
.add-new:hover {
432-
color: var(--sk-theme-3) !important;
433-
}
434-
435427
.runes {
436428
flex: 1;
437429
display: flex;

packages/repl/src/lib/theme.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ const svelteThemeStyles = EditorView.theme(
3434
'.cm-content': {
3535
// ensure no gap between top of editor and highlighted first/last line
3636
paddingTop: '0px',
37-
paddingBottom: '0px',
38-
caretColor: 'var(--sk-theme-3)'
37+
paddingBottom: '0px'
3938
},
4039

4140
'.cm-content .cm-line:first-child': {
@@ -52,7 +51,6 @@ const svelteThemeStyles = EditorView.theme(
5251
alignItems: 'end'
5352
},
5453

55-
'.cm-cursor, .cm-dropCursor': { borderLeftColor: 'var(--sk-theme-3)' },
5654
'&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection':
5755
{ backgroundColor: 'var(--sk-selection-color)' },
5856

0 commit comments

Comments
 (0)