Skip to content
Snippets Groups Projects
Unverified Commit 08c28f4e authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix index: remove explicit dialog-close-button


The dialog itself now get's the onclick event to close on every click.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent cd2509e2
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,8 @@
</header>
<main>
<dialog id="dialog">
<dialog id="dialog" onclick="dialog.close()">
<p id="dialogText">Message here</p>
<button onclick="dialog.close()">Close</button>
</dialog>
<div class="first-in-main two-column">
<div class="left label-w-select">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment