From dffbf63bdd0d07d8dfbb767411fa9b149bc5b150 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Fri, 7 Mar 2025 11:24:42 -0600 Subject: [PATCH] settings: Remove conflicting mobile active styles. --- web/styles/settings.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web/styles/settings.css b/web/styles/settings.css index 62a3c2c774..5ea4927449 100644 --- a/web/styles/settings.css +++ b/web/styles/settings.css @@ -1888,12 +1888,6 @@ label.preferences-radio-choice-label { 100% - var(--settings-overlay-header-height) - var(--settings-overlay-subheader-height) ); - - & li.active { - /* Don't highlight the active section in the settings list. */ - background: inherit; - border-bottom: 1px solid hsl(0deg 0% 93%); - } } } }