diff --git a/app/assets/stylesheets/cards.css b/app/assets/stylesheets/cards.css index 7a1002206..24db77061 100644 --- a/app/assets/stylesheets/cards.css +++ b/app/assets/stylesheets/cards.css @@ -327,6 +327,10 @@ .card-perma:has(.card__closed), .card-perma:has(.card--postponed) { --card-color: var(--color-card-complete) !important; + + .bubble { + display: none; + } } .card__closed-title {