From d026d9684fb27a3e7613e0ef04fa463a93d61738 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 3 Dec 2023 06:29:42 -0500 Subject: [PATCH] fx115: Comment out `-moz-tree-image` CSS rules We used them for pie spinners for attachment downloads in the items list, but I guess we lost that with the new tree, and now they just log warnings because the property was removed. We should reimplement with SVG. --- chrome/skin/default/zotero/overlay.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index 0b1b567213..79d6458d4a 100644 --- a/chrome/skin/default/zotero/overlay.css +++ b/chrome/skin/default/zotero/overlay.css @@ -4,6 +4,9 @@ overflow: hidden; } +/* +TODO: Replace with SVG + #zotero-items-tree treechildren::-moz-tree-image(hasAttachment, pie) { margin: 1px 0 0; @@ -141,6 +144,7 @@ #zotero-items-tree treechildren::-moz-tree-image(selected, hasAttachment, pie62) { -moz-image-region: rect(32px, 1984px, 64px, 1952px); } #zotero-items-tree treechildren::-moz-tree-image(selected, hasAttachment, pie63) { -moz-image-region: rect(32px, 2016px, 64px, 1984px); } #zotero-items-tree treechildren::-moz-tree-image(selected, hasAttachment, pie64) { -moz-image-region: rect(32px, 2048px, 64px, 2016px); } +*/ .items-tree-message { display: flex;