mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-21 23:33:34 +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;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-none {
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
.grid-flow-col {
|
.grid-flow-col {
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
}
|
}
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
{{ $group }}
|
{{ $group }}
|
||||||
</h2>
|
</h2>
|
||||||
<svg
|
<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" />
|
<use href="/static/icons/feather-sprite.svg#chevron-right" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Loading…
Reference in a new issue