Bug 1183649 - Implement the refreshed design for the 'Start a new conversation' button. r=mikedeboer

This commit is contained in:
Marina Rodriguez Iglesias
2015-07-30 08:01:00 -04:00
parent b51889072f
commit 29957edd82
4 changed files with 44 additions and 28 deletions

View File

@@ -774,6 +774,7 @@ loop.panel = (function(_, mozL10n) {
var contextClasses = React.addons.classSet({
context: true,
"context-checkbox-checked": this.state.checked,
hide: !hostname ||
!this.props.mozLoop.getLoopPref("contextInConversations.enabled")
});