discourse/app/assets/stylesheets/common/base/d-icon.scss
Yuriy Kurant ae27cac392
UX: enhances messages dropdown with unread count (#33889)
Enhances inbox messages dropdown with unread icon/count per each inbox option.

Dropdown implementation is switched from `select-kit` to `float-kit`.

---------

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2025-08-01 07:19:04 +08:00

12 lines
263 B
SCSS
Vendored

.d-icon.d-icon-d-regular,
.d-icon.d-icon-d-muted,
.d-icon.d-icon-d-watching-first,
.d-icon.d-icon-d-watching-first-post {
color: var(--primary-high);
}
.d-icon.d-icon-d-tracking,
.d-icon.d-icon-d-unread,
.d-icon.d-icon-d-watching {
color: var(--tertiary);
}