UX: hide tag separator for box/bullet styles (#31709)

This is a follow-up to
55a3a4e69e,
the tag separator should be hidden for box/bullet tag styles
This commit is contained in:
Kris 2025-03-07 13:09:03 -05:00 committed by GitHub
parent e124b54c84
commit c6a3e40d1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,6 +131,13 @@
&__tag-separator {
margin-right: 0.25em;
}
.box,
.bullet {
+ .discourse-tags__tag-separator {
display: none;
}
}
}
.fps-result .add-full-page-tags {