Ghost/core/client/templates/components/gh-notification.hbs
Paul Adam Davis 6615f7aad3 Swap notification close link for a button
No issue

- Swap out notification <a> close link for <button> (gains a native hover state)
2014-08-05 20:08:03 +01:00

6 lines
251 B
Handlebars

<section {{bind-attr class=":js-notification typeClass"}}>
<span class="notification-message">
{{{message.message}}}
</span>
<button class="close" {{action "closeNotification"}}><span class="hidden">Close</span></button>
</section>