FIX: Margin between icon was selectable but shouldn't be (#4122)

This commit is contained in:
GithubAnon0000 2025-06-28 18:47:29 +00:00 committed by GitHub
parent cfeb71724d
commit a587343f29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>