mirror of
https://github.com/discourse/discourse.git
synced 2025-06-09 17:28:13 +08:00
FIX: uses aria-label instead of title as it's useless with popover (#7258)
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
|
||||
$element
|
||||
.html(DATE_TEMPLATE)
|
||||
.attr("title", textPreview)
|
||||
.attr("aria-label", textPreview)
|
||||
.attr("data-html-tooltip", `<div class="previews">${htmlPreview}</div>`)
|
||||
.addClass("cooked-date")
|
||||
.find(".relative-time")
|
||||
|
Reference in New Issue
Block a user