How to modify a highlighted active line

I can’t find a way to change the color or deactivate the highlight on the active line. Can you help me?

image

1 Like

It is set by your theme. Can you try the CSS below in a snippet?

.CodeMirror-activeline .CodeMirror-linebackground {
    background-color: transparent !important;
}
2 Likes

Thank you!!!, That was the line I couldn’t find :sunglasses:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.