mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-21 15:26:29 +00:00
fix: non selectable chevron
This commit is contained in:
parent
b68c348f2a
commit
c51bed6cb5
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue