summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/webextensions/content/blocklist.css
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/webextensions/content/blocklist.css')
-rw-r--r--toolkit/mozapps/webextensions/content/blocklist.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolkit/mozapps/webextensions/content/blocklist.css b/toolkit/mozapps/webextensions/content/blocklist.css
deleted file mode 100644
index cb48005a2..000000000
--- a/toolkit/mozapps/webextensions/content/blocklist.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-.hardBlockedAddon {
- -moz-binding: url("chrome://mozapps/content/extensions/blocklist.xml#hardblockedaddon");
-}
-
-.softBlockedAddon {
- -moz-binding: url("chrome://mozapps/content/extensions/blocklist.xml#softblockedaddon");
-}