From dea8fa411f350b25d46bc8a0d65203d1fb6e47e7 Mon Sep 17 00:00:00 2001 From: SiriusXT <1160925501@qq.com> Date: Mon, 12 May 2025 09:11:22 +0800 Subject: [PATCH] Revert "Avoid the background invisible when selecting text with background color" --- apps/client/src/stylesheets/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index cd8a4a2ff..544b6581b 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1222,10 +1222,6 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu { background-color: inherit; } -::selection { - background-color: #3399FF70; -} - [data-bs-toggle="tooltip"]:not(.button-widget) span { padding-bottom: 0; border-bottom: 1px dotted;