mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 10:47:35 -05:00
added error class to the errorElement in base.ts
This commit is contained in:
@@ -77,7 +77,7 @@ export class PyRepl extends BaseEvalElement {
|
||||
// })
|
||||
];
|
||||
const customTheme = EditorView.theme({
|
||||
'.cm-focused .cm-editor, .cm-editor ::selection': { outline: '0px' },
|
||||
'&.cm-focused .cm-editor': { outline: '0px' },
|
||||
'.cm-scroller': { lineHeight: 2.5 },
|
||||
'.cm-activeLine': { backgroundColor: '#fff' },
|
||||
'.cm-content': { padding: 0, backgroundColor: '#f5f5f5' },
|
||||
|
||||
Reference in New Issue
Block a user