PLT-6651 - Overlay issue modal (#6473)

* PLT-6651 - Overlay issue modal

* Fixing mentions badge
Этот коммит содержится в:
Asaad Mahmood
2017-05-22 23:17:29 +05:00
коммит произвёл Corey Hulen
родитель 9eb9c115de
Коммит 52f73c30ca
9 изменённых файлов: 18 добавлений и 12 удалений

Просмотреть файл

@@ -558,14 +558,14 @@ export function applyTheme(theme) {
if (theme.mentionBj) {
changeCss('.sidebar--left .nav-pills__unread-indicator, .app__body .new-messages__button div', 'background:' + theme.mentionBj);
changeCss('.app__body .sidebar--left .mention-badge', 'background:' + theme.mentionBj);
changeCss('.multi-teams .team-sidebar .mention-badge', 'background:' + theme.mentionBj);
changeCss('.app__body .sidebar--left .badge', 'background:' + theme.mentionBj);
changeCss('.multi-teams .team-sidebar .badge', 'background:' + theme.mentionBj);
}
if (theme.mentionColor) {
changeCss('.app__body .sidebar--left .nav-pills__unread-indicator, .app__body .new-messages__button div', 'color:' + theme.mentionColor);
changeCss('.app__body .sidebar--left .mention-badge', 'color:' + theme.mentionColor);
changeCss('.app__body .multi-teams .team-sidebar .mention-badge', 'color:' + theme.mentionColor);
changeCss('.app__body .sidebar--left .badge', 'color:' + theme.mentionColor);
changeCss('.app__body .multi-teams .team-sidebar .badge', 'color:' + theme.mentionColor);
}
if (theme.centerChannelBg) {