Fix inverted tag colors order. Resolve #4569
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run

This commit is contained in:
Tom Najdek 2024-08-15 11:15:25 +02:00
parent ca9508ebce
commit 596703b21b
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77

View file

@ -103,8 +103,11 @@
.colored-tag-swatches {
direction: ltr;
transform: scaleX(-1);
display: flex;
:root:-moz-locale-dir(rtl) & {
transform: scaleX(-1);
}
}
.icon-item-type + .tag-swatch,