From edec170652684ab55ff31042f08d8b05fdb0d41e Mon Sep 17 00:00:00 2001 From: pptx704 Date: Tue, 21 Apr 2026 15:02:09 +0600 Subject: [PATCH] fix: remove accent gradient bars from admin host dialogs Normalize admin host page dialogs to match design system pattern: border + shadow only, no colored gradient strips. Align animation timing and shadow to reference components (DestroyDialog, etc). --- frontend/src/routes/admin/hosts/+page.svelte | 21 ++++++-------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/frontend/src/routes/admin/hosts/+page.svelte b/frontend/src/routes/admin/hosts/+page.svelte index 30b3ad5..ae7109b 100644 --- a/frontend/src/routes/admin/hosts/+page.svelte +++ b/frontend/src/routes/admin/hosts/+page.svelte @@ -454,12 +454,9 @@ onkeydown={(e) => { if (e.key === 'Escape' && !creating) showCreate = false; }} >
- -
-

Add Platform Host @@ -534,12 +531,9 @@
- -
-
@@ -607,12 +601,9 @@ onkeydown={(e) => { if (e.key === 'Escape' && !deleting) deleteTarget = null; }} >
- -
-

Delete Host