From b585a39dd01c7d5392347f28876e81d09888af5f Mon Sep 17 00:00:00 2001 From: "Tanner Collin (aider)" Date: Thu, 14 Aug 2025 23:14:05 +0000 Subject: [PATCH] fix: Force transparent checkbox background to override extensions --- mapper/src/App.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mapper/src/App.css b/mapper/src/App.css index c64c6c8..a881e55 100644 --- a/mapper/src/App.css +++ b/mapper/src/App.css @@ -140,9 +140,10 @@ h2 { place-content: center; } -/* Fix for Firefox Mobile rendering a black background on checked state */ +/* Fix for Firefox Mobile rendering a black background on checked state, + especially when extensions like Dark Reader are active. */ .submenu-checkbox-label input[type="checkbox"]:checked { - background-color: transparent; + background-color: transparent !important; } .submenu-checkbox-label input[type="checkbox"]::before {