# Scegli icone diverse per 'argomento chiuso' e 'categoria sicura'

**URL:** https://meta.discourse.org/t/pick-different-icons-for-closed-topic-and-secure-category/148423
**Category:** UX
**Created:** [18 Aprile 2020, 6:37am UTC](https://meta.discourse.org/t/pick-different-icons-for-closed-topic-and-secure-category/148423 "2020-04-18T06:37:51Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![md-misko](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/md-misko/32/126315_2.png) [@md-misko](https://meta.discourse.org/u/md-misko)
#### Post date: [19 Aprile 2020, 6:31pm UTC](https://meta.discourse.org/t/pick-different-icons-for-closed-topic-and-secure-category/148423/7 "2020-04-19T18:31:24Z")

</div>

> [@codinghorror](#):
>
> Che simboli sarebbero?

Il componente Icone delle categorie utilizza `fa-key` e offre persino la possibilità di sostituire il lucchetto con una chiave per le categorie private (mantenendo il lucchetto per quelle chiuse), ma al momento non è ancora coerente.

> [@Category Icons](https://meta.discourse.org/t/category-icons-component/104683/50?u=md-misko):
>
> I’m looking at the code and trying to fix the following two issues, but I’m stuck on the second one. Category icon list is not applied in category view (with Show subcategory list above topics in this category) [subcategory-view-missing-category-icon] I managed to fix this one by replacing line 112 in header.html if(iconItem && !attrs.category.parent\_category\_id) { with if (iconItem) { and adding the following code to common.scss .subcategory .category-icon-widget { display…

---

_[View the full topic](https://meta.discourse.org/t/pick-different-icons-for-closed-topic-and-secure-category/148423)._
