style: Remove active line background color in HtmlEditor

This commit is contained in:
Hemanth Rachapalli
2025-12-18 18:44:16 +05:30
parent 8c0304273c
commit 3b77ca5570
@@ -38,9 +38,7 @@ export function HtmlEditor({value, onChange, placeholder}: HtmlEditorProps) {
backgroundColor: '#f3f4f6',
color: '#374151',
},
'.cm-activeLine': {
backgroundColor: '#f9fafb',
},
'.cm-selectionBackground, ::selection': {
backgroundColor: '#dbeafe !important',
},