MDL-74802 core: Remove tooltip on the notification close button
commit2c58871a7477a1604afa014c6add1d3bd201d8a7
authorJun Pataleta <jun@moodle.com>
Thu, 9 Jun 2022 15:49:51 +0000 (9 23:49 +0800)
committerSara Arjona <sara@moodle.com>
Fri, 10 Jun 2022 11:15:32 +0000 (10 13:15 +0200)
tree663a08f5a20542c17cb00ce69480fe41de1659ac
parent42d214d0cc7d2a1ca51fc80111726169cdc6046e
MDL-74802 core: Remove tooltip on the notification close button

Reverting the addition of a Boostrap tooltip on the alert notification's
close button. It introduced a bug where the tooltip remains after
dismissing the notification alert. We can manually toggle the state of
the tooltip via JS, but I don't think it's worth the effort. The tooltip
is meant as an added bonus for sighted users to see what the close
button is about.
lib/templates/notification_error.mustache
lib/templates/notification_info.mustache
lib/templates/notification_success.mustache
lib/templates/notification_warning.mustache