diff --git a/frontend/src/App.css b/frontend/src/App.css index ad335caeab..620d58558d 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -110,6 +110,11 @@ label.row { position: static; } +/* Fix text selection visibility in dark code editor on light theme */ +[data-bs-theme="light"] .w-tc-editor-text::selection { + background-color: #264f78; +} + /* Fix for Tabler scrollbar compensation */ @media (min-width: 992px) { :host, :root {