From 0627ee0cb67746744d8ee16aed428591abf7c4a4 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Sun, 26 Feb 2023 05:34:21 -0500 Subject: [PATCH] fx-compat: Fix adding/editing feeds (#2632) --- chrome/content/zotero-platform/mac/zotero.css | 7 ---- chrome/content/zotero/feedSettings.xhtml | 39 +++++++------------ chrome/skin/default/zotero/zotero.css | 10 +++-- 3 files changed, 21 insertions(+), 35 deletions(-) diff --git a/chrome/content/zotero-platform/mac/zotero.css b/chrome/content/zotero-platform/mac/zotero.css index cb8d0dca88..e69de29bb2 100644 --- a/chrome/content/zotero-platform/mac/zotero.css +++ b/chrome/content/zotero-platform/mac/zotero.css @@ -1,7 +0,0 @@ -.zotero-advanced-options > .zotero-advanced-options-label > dropmarker { - transform: rotate(270deg) translateX(4px); -} - -.zotero-advanced-options[state="open"] > .zotero-advanced-options-label > dropmarker { - transform: translateX(4px); -} \ No newline at end of file diff --git a/chrome/content/zotero/feedSettings.xhtml b/chrome/content/zotero/feedSettings.xhtml index ce0e1e3ce6..5914fa2df7 100644 --- a/chrome/content/zotero/feedSettings.xhtml +++ b/chrome/content/zotero/feedSettings.xhtml @@ -17,33 +17,22 @@