FIX: Margin between icon was selectable but shouldn't be

This commit is contained in:
GithubAnon0000 2025-06-23 22:18:01 +02:00
parent b250a2f724
commit 771f499658
2 changed files with 1 additions and 6 deletions

View file

@ -34,5 +34,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<style lang="scss">
.collapse-label {
cursor: pointer;
user-select: none;
}
</style>

View file

@ -6,9 +6,3 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<span class="label-name">
<slot />
</span>
<style lang="scss">
.label-name {
user-select: none;
}
</style>