From 1ef4edf80c20aec4d30d0beb5e134fdb928334b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 22 Oct 2022 17:18:09 +0200 Subject: [PATCH] chore: unused css rule --- webui/src/components/Inspect.svelte | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/webui/src/components/Inspect.svelte b/webui/src/components/Inspect.svelte index 035f176..1343cc4 100644 --- a/webui/src/components/Inspect.svelte +++ b/webui/src/components/Inspect.svelte @@ -371,16 +371,6 @@ } } - .inspect { - .show-detail { - display: none; - } - - .hide-detail { - display: unset; - } - } - .inspect.detail { .main-content { position: relative;