mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 07:03:42 +08:00
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>
12 lines
263 B
SCSS
Vendored
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);
|
|
}
|