Skip to content

Commit

Permalink
remove some commented stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs committed Dec 19, 2024
1 parent 7292699 commit 71f9370
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions frontend/app/src/components/home/SingleUserSelector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@
maxlength={100}
placeholder={i18nKey(placeholder)}>
</ValidatingInput>
<!-- <input
on:focus={() => (showMentionPicker = true)}
on:blur={blur}
class="text-box"
maxlength="100"
{autofocus}
bind:value={textValue}
placeholder={$_(placeholder)} /> -->
</div>
{/if}
</div>
Expand All @@ -96,16 +88,4 @@
position: relative;
margin-bottom: $sp4;
}
// .text-box {
// transition: border ease-in-out 300ms;
// display: block;
// width: 100%;
// @include input();
// &::placeholder {
// color: var(--placeholder);
// }
// }
</style>

0 comments on commit 71f9370

Please sign in to comment.