MDL-74802 core: Remove tooltip on the notification close button
commitafa1b6f0ad9b5f438247f3de750d4d6d6e7dd2f3
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:17:01 +0000 (10 13:17 +0200)
tree478ddd119aaa5ada2cd6195f287db540050d2fd3
parent4cb53f71b303c8370522d6896be4fad4e19c0623
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