fix: non selectable chevron

This commit is contained in:
Tine 2024-05-29 20:12:31 +02:00
parent b68c348f2a
commit c51bed6cb5
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
2 changed files with 7 additions and 1 deletions

View file

@ -1065,6 +1065,12 @@ video {
cursor: pointer;
}
.select-none {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.grid-flow-col {
grid-auto-flow: column;
}

View file

@ -114,7 +114,7 @@
{{ $group }}
</h2>
<svg
class="feather h-6 w-6 overflow-visible self-center transition-all duration-300"
class="select-none feather h-6 w-6 overflow-visible self-center transition-all duration-300"
>
<use href="/static/icons/feather-sprite.svg#chevron-right" />
</svg>