+
{#if active}
{name}
@@ -119,4 +123,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
background-color: $white-translucent;
}
}
+
+ .empty {
+ visibility: hidden;
+ }
diff --git a/ts/tag-editor/WithAutocomplete.svelte b/ts/tag-editor/WithAutocomplete.svelte
index c7f390826..1f6a1e0b0 100644
--- a/ts/tag-editor/WithAutocomplete.svelte
+++ b/ts/tag-editor/WithAutocomplete.svelte
@@ -178,7 +178,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
/* Make sure that text in TagInput perfectly overlaps with Tag */
border-left: 1px solid transparent;
- border-top: 2px solid transparent;
+ border-bottom: 1px solid transparent;
}
.autocomplete-menu {