UX: Only the title of a quote should have a pointer cursor
This commit is contained in:
parent
d2ac5a9ac6
commit
fe1b561228
|
@ -98,7 +98,7 @@ Discourse.PostView = Discourse.GroupedView.extend(Ember.Evented, {
|
|||
var expandContract = "";
|
||||
if (!$aside.data('full')) {
|
||||
expandContract = "<i class='fa fa-" + desc + "' title='" + I18n.t("post.expand_collapse") + "'></i>";
|
||||
$aside.css('cursor', 'pointer');
|
||||
$('.title', $aside).css('cursor', 'pointer');
|
||||
}
|
||||
$('.quote-controls', $aside).html(expandContract + navLink);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue