Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
update class .header-dropdown__icon to use css variable (#6862)
Browse files Browse the repository at this point in the history
  • Loading branch information
morganrconnolly authored and deanwhillier committed Jan 26, 2021
1 parent 7107ccf commit 17b9d66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions sass/layout/_headers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,11 @@
}
}
}
.channel-header__info {
.header-dropdown__icon {
color: rgba(var(--center-channel-color-rgb),0.8)
}
}

}

Expand Down
1 change: 0 additions & 1 deletion utils/utils.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,6 @@ export function applyTheme(theme) {
changeCss('.app__body .shortcut-key, .app__body .post__body hr, .app__body .loading-screen .loading__content .round, .app__body .tutorial__circles .circle', 'background:' + theme.centerChannelColor);
changeCss('.app__body .channel-header .heading', 'color:' + theme.centerChannelColor);
changeCss('.app__body .markdown__table tbody tr:nth-child(2n)', 'background:' + changeOpacity(theme.centerChannelColor, 0.07));
changeCss('.app__body .channel-header__info .header-dropdown__icon', 'color:' + changeOpacity(theme.centerChannelColor, 0.8));
changeCss('.app__body .post-create__container .post-create-body .send-button.disabled i', 'color:' + changeOpacity(theme.centerChannelColor, 0.4));
changeCss('.app__body .channel-header .pinned-posts-button svg', 'fill:' + changeOpacity(theme.centerChannelColor, 0.6));
changeCss('.app__body .channel-header .channel-header_plugin-dropdown svg', 'fill:' + changeOpacity(theme.centerChannelColor, 0.6));
Expand Down

0 comments on commit 17b9d66

Please sign in to comment.