Show the whisper preview in the whisper style
This commit is contained in:
parent
e5a13b0ac1
commit
fb94b4c56d
|
@ -12,7 +12,8 @@ const ComposerView = Ember.View.extend({
|
||||||
'composer.loading',
|
'composer.loading',
|
||||||
'composer.canEditTitle:edit-title',
|
'composer.canEditTitle:edit-title',
|
||||||
'composer.createdPost:created-post',
|
'composer.createdPost:created-post',
|
||||||
'composer.creatingTopic:topic'],
|
'composer.creatingTopic:topic',
|
||||||
|
'composer.whisper:composing-whisper'],
|
||||||
|
|
||||||
composer: Em.computed.alias('controller.model'),
|
composer: Em.computed.alias('controller.model'),
|
||||||
|
|
||||||
|
|
|
@ -105,6 +105,13 @@
|
||||||
width: 0;
|
width: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
.composing-whisper {
|
||||||
|
.d-editor-preview {
|
||||||
|
font-style: italic;
|
||||||
|
color: dark-light-diff($primary, $secondary, 55%, -40%) !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-editor-preview > *:first-child {
|
.d-editor-preview > *:first-child {
|
||||||
|
|
Loading…
Reference in New Issue