summaryrefslogtreecommitdiffstats
path: root/webapp/utils/utils.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-04-01 12:02:14 -0400
committerChristopher Speller <crspeller@gmail.com>2016-04-01 12:02:14 -0400
commit7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2 (patch)
tree72c5ae513b66db32dfcfa252a8475c77cbb16df5 /webapp/utils/utils.jsx
parent3245ed253af8e1750a43a0d526f819ca7aed2864 (diff)
downloadchat-7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2.tar.gz
chat-7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2.tar.bz2
chat-7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2.zip
Revert "PLT-2027- Improvements to about dialog"
Diffstat (limited to 'webapp/utils/utils.jsx')
-rw-r--r--webapp/utils/utils.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx
index ccdc00ea5..b248368fc 100644
--- a/webapp/utils/utils.jsx
+++ b/webapp/utils/utils.jsx
@@ -756,7 +756,6 @@ export function applyTheme(theme) {
changeCss('.search-help-popover .search-autocomplete__item.selected', 'background:' + changeOpacity(theme.centerChannelColor, 0.15), 1);
changeCss('::-webkit-scrollbar-thumb', 'background:' + changeOpacity(theme.centerChannelColor, 0.4), 1);
changeCss('body', 'scrollbar-arrow-color:' + theme.centerChannelColor, 4);
- changeCss('.modal .about-modal .about-modal__logo svg, .post .post__img svg', 'fill:' + theme.centerChannelColor, 1);
}
if (theme.newMessageSeparator) {