Fix: Remove @media (-moz-proton) #276

This commit is contained in:
alstjr7375 2021-11-27 16:49:56 +09:00
parent 7ffbc009c6
commit 7eae852013
2 changed files with 0 additions and 4 deletions

View file

@ -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");
}
}

View file

@ -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 @@
}
}
}
}