Show the whisper preview in the whisper style

This commit is contained in:
Robin Ward 2016-10-17 16:53:07 -04:00
parent e5a13b0ac1
commit fb94b4c56d
2 changed files with 9 additions and 1 deletions

View File

@ -12,7 +12,8 @@ const ComposerView = Ember.View.extend({
'composer.loading',
'composer.canEditTitle:edit-title',
'composer.createdPost:created-post',
'composer.creatingTopic:topic'],
'composer.creatingTopic:topic',
'composer.whisper:composing-whisper'],
composer: Em.computed.alias('controller.model'),

View File

@ -105,6 +105,13 @@
width: 0;
visibility: hidden;
}
}
.composing-whisper {
.d-editor-preview {
font-style: italic;
color: dark-light-diff($primary, $secondary, 55%, -40%) !important;
}
}
.d-editor-preview > *:first-child {