From 09ac3dafa6913e80d08e543869efcb99bcee0368 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Sat, 11 Dec 2021 14:22:07 +0500 Subject: [PATCH] fix: set same color for text selection on mozilla --- apps/web/src/components/editor/editor.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/web/src/components/editor/editor.css b/apps/web/src/components/editor/editor.css index de9b533a3..26b210533 100644 --- a/apps/web/src/components/editor/editor.css +++ b/apps/web/src/components/editor/editor.css @@ -138,11 +138,6 @@ height: 15px !important; } -::-moz-selection, -::selection { - background: var(--textSelection); -} - .mce-content-body code[data-mce-selected="inline-boundary"]:not(pre code) { background-color: var(--bgSecondary); }