Skip to content

Commit

Permalink
Fix inverted tag colors order. zotero/zotero#4569
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Aug 15, 2024
1 parent c2675f7 commit c5d0d8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scss/components/item/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,6 @@
}

.tag-circles {
// match the behaviour of the client where tag swatches are displayed flipped
// https://github.com/zotero/zotero/blob/214a668286d35a630db293bb835f544693698297/scss/components/_item-tree.scss#L106
transform: scaleX(-1);
margin-left: $space-min;
}
}
Expand Down

0 comments on commit c5d0d8f

Please sign in to comment.