UX: use success colour for solved icon in topic list (#34092)

For increased clarity when scanning the topic list

| Before | After |
|--------|--------|
| <img width="678" height="243" alt="CleanShot 2025-08-05 at 09 57 01"
src="https://github.com/user-attachments/assets/72e25e99-40a2-4b3b-94c8-6cdedb006fef"
/> | <img width="678" height="243" alt="CleanShot 2025-08-05 at 09 56
41"
src="https://github.com/user-attachments/assets/b31c1b87-8620-4db2-9c4e-b1f1be038f73"
/> |
This commit is contained in:
chapoi
2025-08-05 15:36:16 +02:00
committed by GitHub
parent eeecbe4ffd
commit 4ffef9cd9f
@@ -108,3 +108,9 @@ aside.quote.accepted-answer {
.fk-d-tooltip__inner-content {
display: block;
}
.topic-statuses .topic-status.solved {
.d-icon {
color: $solved-color;
}
}