Ajout d'une croix permettant de fermer les resultats de recherche

This commit is contained in:
EpicKiwi 2026-06-14 12:57:18 +02:00
parent 03f5bf0215
commit 8fda06c77f
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
4 changed files with 136 additions and 11 deletions

View file

@ -26,6 +26,11 @@
</button>
</form>
<camp-bidi-panel id="result-panel" ></camp-bidi-panel>
<dialog id="result-panel-dialog">
<button title="Fermer" id="close-result-panel-btn">
<img src="./icons/close.svg" alt="Icone de croix">
</button>
<camp-bidi-panel id="result-panel" ></camp-bidi-panel>
</dialog>
</body>
</html>