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); }