Revert "fx-compat: Fix item box CSS link casing"

This reverts commit 4c21a42b53.

itemBox.css is correct
This commit is contained in:
Dan Stillman 2022-05-18 23:45:11 -04:00
parent 948b09a27f
commit d6e0c90baa

View file

@ -185,7 +185,7 @@
var s1 = document.createElement("link");
s1.rel = "stylesheet";
s1.href = "chrome://zotero-platform/content/itembox.css";
s1.href = "chrome://zotero-platform/content/itemBox.css";
shadow.append(s1);
shadow.appendChild(document.importNode(this.content, true));