From 5f9b2740757d15147c2927fda11946a253bca1f1 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 14 Dec 2023 21:50:28 +0100 Subject: [PATCH] Fix lint --- .../components/topBar/DropDownCheckBox.svelte | 4 ++-- src/lib/components/topBar/TopBar.svelte | 8 -------- src/lib/components/topBar/TopBarButton.svelte | 16 ---------------- src/lib/components/topBar/aboutUI/AboutUI.svelte | 2 +- 4 files changed, 3 insertions(+), 27 deletions(-) diff --git a/src/lib/components/topBar/DropDownCheckBox.svelte b/src/lib/components/topBar/DropDownCheckBox.svelte index f53ea42..df85499 100644 --- a/src/lib/components/topBar/DropDownCheckBox.svelte +++ b/src/lib/components/topBar/DropDownCheckBox.svelte @@ -1,5 +1,5 @@ - @@ -32,16 +28,4 @@ button:hover { background-color: var(--navigationbar-button-hover-color); } - - .unselectable { - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - } - - .container { - position: absolute; - height: 0px; - z-index: 100; - } diff --git a/src/lib/components/topBar/aboutUI/AboutUI.svelte b/src/lib/components/topBar/aboutUI/AboutUI.svelte index 72cd47b..fcee3a9 100644 --- a/src/lib/components/topBar/aboutUI/AboutUI.svelte +++ b/src/lib/components/topBar/aboutUI/AboutUI.svelte @@ -17,7 +17,7 @@