mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 03:07:17 -05:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user