The default bullet is innapropriately hidden when there is no icon set

When this TC is enabled, the default bullets are being hidden throughout my site regardless of whether an icon is set or not.

With TC inactive:

With TC active:

This bit of scss in the TC doesn’t seem to be working properly:

.badge-category.--has-icon {
  // hide default bullet when icon is set
  &::before {
    display: none;
  }
}

later…

I now see that this is related to the new options for category icons / emoji / etc within the category settings, and the TC is now nearing the end of its life.

1 Like