From adf8163c46b654bebab46560670261a0aa21950e Mon Sep 17 00:00:00 2001 From: yunxia Date: Mon, 22 May 2023 11:11:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/quarkd/src/tag/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/quarkd/src/tag/style.css b/packages/quarkd/src/tag/style.css index 12f7d035..bedc3399 100644 --- a/packages/quarkd/src/tag/style.css +++ b/packages/quarkd/src/tag/style.css @@ -105,8 +105,3 @@ background: var(--quark-success-light-color, quark-successLightColor); color: var(--tag-text-color, quark-successColor); } - -:host([light])::selection { - background:var(--brand-color); - color:#232323; -} \ No newline at end of file