From e340fab7840a6155c152d02fe262ac3dbb5fdd16 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Thu, 12 Sep 2024 13:34:56 +0200 Subject: [PATCH] SVG dropdown icons: properly grey-out when disabled this went wrong in 0df5f891c472, when we turned these into SVGs --- issues/templates/issues/base.html | 8 ++++---- issues/templates/issues/issue_list.html | 10 +++++----- theme/static/css/dist/styles.css | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/issues/templates/issues/base.html b/issues/templates/issues/base.html index ce394e3..4496847 100644 --- a/issues/templates/issues/base.html +++ b/issues/templates/issues/base.html @@ -17,7 +17,7 @@ {% if issue.project.has_releases %} - + {# we just hide the whole dropdown; this is the easiest implementation of not-showing the dropdown #} {% else %} @@ -32,7 +32,7 @@