From 7eae852013b66acbfd38f85786d75f16fa188208 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 27 Nov 2021 16:49:56 +0900 Subject: [PATCH] Fix: Remove `@media (-moz-proton)` #276 --- userChrome.css | 2 -- userContent.css | 2 -- 2 files changed, 4 deletions(-) diff --git a/userChrome.css b/userChrome.css index 931a370..702dc93 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1,7 +1,6 @@ @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; @namespace html "http://www.w3.org/1999/xhtml"; -@media (-moz-proton) { /** Default Thme - Contrast *************************************************/ /*= Lightmode - Color darker ===============================================*/ :root[lwtheme-mozlightdark]:not([lwthemetextcolor="bright"]) { @@ -5632,4 +5631,3 @@ #browserImport { --menuitem-image: url("chrome://browser/skin/import.svg"); } -} diff --git a/userContent.css b/userContent.css index 3d21273..3cc88a9 100644 --- a/userContent.css +++ b/userContent.css @@ -1,7 +1,6 @@ @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); -@media (-moz-proton) { @-moz-document url("about:home"), url("about:newtab") { /** Activity Stream - Search Focus Border: like URL ***********************/ /* At DarkMode, Color */ @@ -1651,4 +1650,3 @@ } } } -}