From 3b77ca5570d22cf60254e642ec8581872414c997 Mon Sep 17 00:00:00 2001 From: Hemanth Rachapalli Date: Thu, 18 Dec 2025 18:39:33 +0530 Subject: [PATCH] style: Remove active line background color in HtmlEditor --- apps/web/src/components/EmailEditor/HtmlEditor.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/web/src/components/EmailEditor/HtmlEditor.tsx b/apps/web/src/components/EmailEditor/HtmlEditor.tsx index faa0210..589a66c 100644 --- a/apps/web/src/components/EmailEditor/HtmlEditor.tsx +++ b/apps/web/src/components/EmailEditor/HtmlEditor.tsx @@ -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', },