summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-17 08:36:53 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-17 08:36:53 -0400
commitbe07d634645ac1f095f7d4bec182a604075c6138 (patch)
tree8d2f59791d2d418b93e4fff227fef2405be7dfd0 /webapp/utils
parentcba59d4eb6ef0f65304bc72339c676ebfd653e2b (diff)
parent64321f88f358e23489559d675b9194f856c0175c (diff)
downloadchat-be07d634645ac1f095f7d4bec182a604075c6138.tar.gz
chat-be07d634645ac1f095f7d4bec182a604075c6138.tar.bz2
chat-be07d634645ac1f095f7d4bec182a604075c6138.zip
Merge pull request #2448 from asaadmahmoodspin/ui-improvements
Updating sass lint stuff with other scss improvements
Diffstat (limited to 'webapp/utils')
-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 686630a9b..fbed9a082 100644
--- a/webapp/utils/utils.jsx
+++ b/webapp/utils/utils.jsx
@@ -763,7 +763,6 @@ export function applyTheme(theme) {
if (theme.buttonBg) {
changeCss('.btn.btn-primary, .tutorial__circles .circle.active', 'background:' + theme.buttonBg, 1);
changeCss('.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus', 'background:' + changeColor(theme.buttonBg, -0.25), 1);
- changeCss('.file-playback__controls', 'color:' + changeColor(theme.buttonBg, -0.25), 1);
}
if (theme.buttonColor) {