mirror of
https://github.com/discourse/discourse.git
synced 2025-04-25 16:04:30 +08:00
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:
parent
e124b54c84
commit
c6a3e40d1f
@ -131,6 +131,13 @@
|
||||
&__tag-separator {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
.box,
|
||||
.bullet {
|
||||
+ .discourse-tags__tag-separator {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.fps-result .add-full-page-tags {
|
||||
|
Loading…
x
Reference in New Issue
Block a user