mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 = "";
|
var expandContract = "";
|
||||||
if (!$aside.data('full')) {
|
if (!$aside.data('full')) {
|
||||||
expandContract = "<i class='fa fa-" + desc + "' title='" + I18n.t("post.expand_collapse") + "'></i>";
|
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);
|
$('.quote-controls', $aside).html(expandContract + navLink);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user