mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03:00
6615f7aad3
No issue - Swap out notification <a> close link for <button> (gains a native hover state)
6 lines
251 B
Handlebars
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> |