UX: Clicking the large wiki glyph should edit the post.
This commit is contained in:
parent
21aa126181
commit
fe04a8d8a3
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
{{/unless}}
|
||||
{{#if wiki}}
|
||||
<div class="wiki"><i class="fa fa-pencil-square-o fa-3x"></i></div>
|
||||
<div {{action editPost this}} class="wiki"><i class="fa fa-pencil-square-o fa-3x"></i></div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -789,6 +789,7 @@ $topic-avatar-width: 45px;
|
|||
margin-top: 14px;
|
||||
color: scale-color($primary, $lightness: 60%);
|
||||
margin-left: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue