UX: New bell icons for notification/tracking statuses

This commit is contained in:
Kris
2019-12-19 14:39:29 -05:00
parent b445e0e76a
commit 2ad40d5f71
4 changed files with 24 additions and 8 deletions

View File

@@ -6,11 +6,11 @@ const SVG_NAMESPACE = "http://www.w3.org/2000/svg";
let _renderers = [];
const REPLACEMENTS = {
"d-tracking": "circle",
"d-muted": "times-circle",
"d-regular": "far-circle",
"d-watching": "exclamation-circle",
"d-watching-first": "far-dot-circle",
"d-tracking": "bell",
"d-muted": "discourse-bell-slash",
"d-regular": "far-bell",
"d-watching": "discourse-bell-exclamation",
"d-watching-first": "discourse-bell-one",
"d-drop-expanded": "caret-down",
"d-drop-collapsed": "caret-right",
"d-unliked": "far-heart",
@@ -33,7 +33,7 @@ const REPLACEMENTS = {
"notification.linked": "link",
"notification.granted_badge": "certificate",
"notification.topic_reminder": "far-clock",
"notification.watching_first_post": "far-dot-circle",
"notification.watching_first_post": "discourse-bell-one",
"notification.group_message_summary": "users",
"notification.post_approved": "check",
"notification.membership_request_accepted": "user-plus",

View File

@@ -2,7 +2,7 @@
.d-icon.d-icon-d-muted,
.d-icon.d-icon-d-watching-first,
.d-icon.d-icon-d-watching-first-post {
color: dark-light-choose($primary-medium, $secondary-medium);
color: $primary-high;
}
.d-icon.d-icon-d-tracking,