mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-23 08:49:46 -04:00
Remove pill-item__label--selected class
It was used to mark labels of selected items when we thought they might need extra styling but is now redundant.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
{% if show_count %}
|
||||
{{ big_number(count, **big_number_args) }}
|
||||
{% endif %}
|
||||
<div class="pill-item__label{% if current_value == option %} pill-item__label--selected{% endif %}{% if not show_count %} pill-item--centered{% endif %}">{{ label }}</div>
|
||||
<div class="pill-item__label{% if not show_count %} pill-item--centered{% endif %}">{{ label }}</div>
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user