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:
parent
2cc7ebe8c6
commit
d74a9174d8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue