From e3ce6711bbb90959395a1a227dcf0e667559c2a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E4=BE=9D=E4=BA=91?= Date: Wed, 24 Jan 2018 05:17:47 +0800 Subject: [PATCH] Remove usage of -moz-document (#905) See https://bugzilla.mozilla.org/show_bug.cgi?id=1035091 Since all selectors are prefixed with a VimFx id this shouldn't cause any problems. Closes #904. --- extension/skin/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/extension/skin/style.css b/extension/skin/style.css index 8931a18..f8a8bbd 100644 --- a/extension/skin/style.css +++ b/extension/skin/style.css @@ -1,7 +1,3 @@ -/* Allow file:/// prefix for testing using `gulp {help,hints}.html`. */ -@-moz-document url(chrome://browser/content/browser.xul), url-prefix(file:///) -{ - /***** Button *****/ #VimFxButton { @@ -328,5 +324,3 @@ toolbarpaletteitem[place="palette"] > #VimFxButton { background-color: Highlight; color: HighlightText; } - -} -- 2.39.3