scttcper / ngx-codemirror

Codemirror Wrapper for Angular
https://ngx-codemirror.vercel.app
MIT License
282 stars 47 forks source link

How Can I change the Selection pseudo Element #257

Closed Carlos123211 closed 4 years ago

Carlos123211 commented 4 years ago

Hello I'm trying to change the Selection pseudo ELement by passing a class like this:

        <mgr-code-editor class="highlightedText" #codeEditorMgr [ngModel]="auxquery" (ngModelChange)="QueryChange($event)" [options]="codeEditorOpciones" [buttonfullScreen]="false"></mgr-code-editor>

but it doesnt change.