# 아이콘 세트가 없을 때 기본 볼릿이 적절하지 않게 숨겨집니다

**URL:** https://meta.discourse.org/t/the-default-bullet-is-innapropriately-hidden-when-there-is-no-icon-set/359367
**Category:** Bug
**Tags:** category-icons
**Created:** [3월 29, 2025, 12:37오전 UTC](https://meta.discourse.org/t/the-default-bullet-is-innapropriately-hidden-when-there-is-no-icon-set/359367 "2025-03-29T00:37:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [3월 29, 2025, 12:37오전 UTC](https://meta.discourse.org/t/the-default-bullet-is-innapropriately-hidden-when-there-is-no-icon-set/359367/1 "2025-03-29T00:37:12Z")

</div>

이 TC가 활성화되면 아이콘이 설정되어 있든 아니든 관계없이 사이트 전체에서 기본 불릿이 숨겨집니다.

### TC 비활성화 시:

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/b/f/9bfa505102fdc114cbb3aba8fb85c68df5ff0a65.png)

### TC 활성화 시:

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/1/e/91e92120444e2c487c41d860d00b0cc55be9b446.png)

TC의 이 scss 부분이 제대로 작동하지 않는 것 같습니다:

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

```

* * *

### _나중에…_ 이제 이것이 카테고리 설정 내의 카테고리 아이콘/이모지/등에 대한 새로운 옵션과 관련되어 있으며, 이 TC는 수명 주기의 막바지에 다가가고 있음을 알게 되었습니다.
