0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Swap notification close link for a button

No issue

- Swap out notification <a> close link for <button> (gains a native hover state)
This commit is contained in:
Paul Adam Davis 2014-08-05 18:26:41 +01:00
parent 2cc7ebe8c6
commit d74a9174d8

View file

@ -2,5 +2,5 @@
<span class="notification-message">
{{{message.message}}}
</span>
<a class="close" {{action "closeNotification"}}><span class="hidden">Close</span></a>
<button class="close" {{action "closeNotification"}}><span class="hidden">Close</span></button>
</section>