From 375037be223227b227b918ff28a82e99eb460a1a Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Mon, 17 Mar 2025 13:11:14 -0400 Subject: [PATCH] UX: following 08d99dc, we can remove the separate color assignment --- assets/stylesheets/assigns.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/stylesheets/assigns.scss b/assets/stylesheets/assigns.scss index 7250e80..c6a82a1 100644 --- a/assets/stylesheets/assigns.scss +++ b/assets/stylesheets/assigns.scss @@ -252,10 +252,6 @@ } } -.assigned-to.discourse-tag.simple { - color: var(--primary-medium); -} - .assigned-topic-list-header .topic-list-data.num:last-of-type { margin-right: 50px; // account for button in topic-list-items in topic-list-refactor }