From 08a11f628ea27b20262c156f2a36c42bb763c5f1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 30 Jan 2024 17:48:18 -0600 Subject: [PATCH] Revert text selection bg color change (#2689) --- bskyweb/templates/base.html | 4 ---- web/index.html | 4 ---- 2 files changed, 8 deletions(-) diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index cd046b3b..0df5ce94 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -67,10 +67,6 @@ } } - ::selection { - background-color: var(--backgroundLight); - } - /* Remove autofill styles on Webkit */ input:autofill, input:-webkit-autofill, diff --git a/web/index.html b/web/index.html index 56ab71f8..209a7c2c 100644 --- a/web/index.html +++ b/web/index.html @@ -71,10 +71,6 @@ } } - ::selection { - background-color: var(--backgroundLight); - } - /* Remove autofill styles on Webkit */ input:autofill, input:-webkit-autofill,