Skip to content

Commit

Permalink
Change icons to match Zotero 7's
Browse files Browse the repository at this point in the history
  • Loading branch information
diegodlh committed Aug 22, 2024
1 parent 4e2e147 commit 02aeb8a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/itemPane/citationsBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function CitationsBox(props: {
className="cita-icon"
title={removeStr}
// Fixme: does it change when active?
src={`chrome://zotero/skin/16/universal/minus.svg`}
src={`chrome://zotero/skin/16/universal/minus-circle.svg`}
/>
</button>
<button
Expand All @@ -327,9 +327,10 @@ function CitationsBox(props: {
props.onCitationPopup(event, index)
}
>
{/* todo: the text shouldn't be here, but instead the span should pull it in... */}
...
<span className="menu-marker"></span>
<img
className="cita-icon"
src={`chrome://zotero/skin/16/universal/options.svg`}
/>
</button>
</>
)}
Expand Down

0 comments on commit 02aeb8a

Please sign in to comment.