diff --git a/docs/modal.html b/docs/modal.html index acc98c71..3d689989 100644 --- a/docs/modal.html +++ b/docs/modal.html @@ -35,7 +35,7 @@ <dialog id="modal-example"> <article> <a href="#close" - aria-label="Close"> + aria-label="Close" class="close" data-target="modal-example" onClick="toggleModal(event)"> @@ -48,7 +48,7 @@ </p> <footer> <a href="#cancel" - role="button"> + role="button" class="secondary" data-target="modal-example" onClick="toggleModal(event)"> diff --git a/docs/src/modal.html b/docs/src/modal.html index 85fd11d4..427716ef 100644 --- a/docs/src/modal.html +++ b/docs/src/modal.html @@ -106,7 +106,7 @@ <dialog id="modal-example"> <article> <a href="#close" - aria-label="Close"> + aria-label="Close" class="close" data-target="modal-example" onClick="toggleModal(event)"> @@ -119,7 +119,7 @@ </p> <footer> <a href="#cancel" - role="button"> + role="button" class="secondary" data-target="modal-example" onClick="toggleModal(event)">