skipHover on recycler

old-stable24
Varun Patil 2022-10-28 09:41:27 -07:00
parent aeeae353cc
commit 21d2f02d55
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
:items="list"
:emit-update="true"
:buffer="400"
:skipHover="true"
key-field="id"
size-field="size"
type-field="type"
@ -1138,7 +1139,7 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) {
cursor: pointer;
}
.hover &, &.selected {
:hover, &.selected {
.select {
display: flex;
opacity: 0.7;