mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 21:24:21 +00:00
fix(test): e2e accessibility test fail
This commit is contained in:
@@ -250,10 +250,11 @@
|
||||
content]]
|
||||
[:div.ml-4.flex-shrink-0.flex
|
||||
[:button.inline-flex.text-gray-400.focus:outline-none.focus:text-gray-500.transition.ease-in-out.duration-150.notification-close-button
|
||||
{:on-click (fn []
|
||||
{:aria-label "Close"
|
||||
:on-click (fn []
|
||||
(notification/clear! uid))}
|
||||
|
||||
(icon "x" {:fill "currentColor"})]]]]]]])))
|
||||
(icon "x" {:fill "currentColor"})]]]]]]])))
|
||||
|
||||
(declare button)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user