From c5723bca7c4133e050b7aa45ae5870c6ae270ecf Mon Sep 17 00:00:00 2001 From: Steffen Heger Date: Fri, 6 Sep 2024 12:21:58 +0200 Subject: [PATCH] lint --- src/routes/(user)/taxi/ConfirmationDialog.svelte | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/routes/(user)/taxi/ConfirmationDialog.svelte b/src/routes/(user)/taxi/ConfirmationDialog.svelte index 51a9937e..6b69a87e 100644 --- a/src/routes/(user)/taxi/ConfirmationDialog.svelte +++ b/src/routes/(user)/taxi/ConfirmationDialog.svelte @@ -9,7 +9,6 @@ function handleCancel() { showDialog = false; - // alert('You clicked Cancel!'); } function openDialog() { @@ -18,7 +17,6 @@ {#if showDialog} -

Are you sure?

@@ -41,16 +39,6 @@ z-index: 1000; } - .overlay { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - background: rgba(0, 0, 0, 0.5); - z-index: 999; - } - button { padding: 10px 20px; margin: 5px;