Revert "fx-compat: Fix item box CSS link casing"
This reverts commit 4c21a42b53
.
itemBox.css is correct
This commit is contained in:
parent
948b09a27f
commit
d6e0c90baa
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue