mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: Only the title of a quote should have a pointer cursor
This commit is contained in:
parent
d2ac5a9ac6
commit
fe1b561228
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue