diff --git a/app/assets/stylesheets/common/base/sidebar-section-link.scss b/app/assets/stylesheets/common/base/sidebar-section-link.scss index c1cf421d7e5..c35fb1b4753 100644 --- a/app/assets/stylesheets/common/base/sidebar-section-link.scss +++ b/app/assets/stylesheets/common/base/sidebar-section-link.scss @@ -49,6 +49,15 @@ .sidebar-section-link-suffix { margin-left: 1em; font-size: var(--font-down-4); + &.icon { + &.urgent svg { + color: var(--success); + } + + &.unread svg { + color: var(--tertiary-med-or-tertiary); + } + } } .sidebar-section-link-content-text { diff --git a/plugins/chat/assets/stylesheets/common/sidebar-extensions.scss b/plugins/chat/assets/stylesheets/common/sidebar-extensions.scss index bc817db6dd0..c72707c3b21 100644 --- a/plugins/chat/assets/stylesheets/common/sidebar-extensions.scss +++ b/plugins/chat/assets/stylesheets/common/sidebar-extensions.scss @@ -136,16 +136,6 @@ } .chat-enabled { - .sidebar-section-link-suffix.icon { - &.urgent svg { - color: var(--success); - } - - &.unread svg { - color: var(--tertiary-med-or-tertiary); - } - } - .sidebar-section-link-prefix { .prefix-image { border: 1px solid transparent;