Build infrastructure and Angular 15 upgrade
This commit is contained in:
20
projects/flo/code-editor/code-editor.component.scss
Normal file
20
projects/flo/code-editor/code-editor.component.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
.CodeMirror {
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
height: 100%;
|
||||
}
|
||||
.CodeMirror-hint {
|
||||
max-width: 38em;
|
||||
}
|
||||
.CodeMirror-vertical-ruler-error {
|
||||
background-color: rgba(188, 0, 0, 0.5);
|
||||
}
|
||||
.CodeMirror-vertical-ruler-warning {
|
||||
background-color: rgba(255, 188, 0, 0.5);
|
||||
}
|
||||
.CodeMirror-lint-tooltip {
|
||||
z-index: 2000;
|
||||
}
|
||||
Reference in New Issue
Block a user