From 58ad6fe4c752b68c19469bd1630bdf29cb5685d9 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Tue, 8 Sep 2020 11:46:32 +0100 Subject: [PATCH] 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. --- app/templates/components/pill.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/pill.html b/app/templates/components/pill.html index 59cbd9b8f..21dfc2844 100644 --- a/app/templates/components/pill.html +++ b/app/templates/components/pill.html @@ -18,7 +18,7 @@ {% if show_count %} {{ big_number(count, **big_number_args) }} {% endif %} -
{{ label }}
+
{{ label }}
{% endfor %}