diff --git a/src/components/public/public-list-item.vue b/src/components/public/public-list-item.vue index e235b63..3862e31 100644 --- a/src/components/public/public-list-item.vue +++ b/src/components/public/public-list-item.vue @@ -538,28 +538,19 @@ img { height: 100%; cursor: pointer; + &:hover { .icon { - // transform: rotate(45deg); - animation: spin 1s forwards; - } - - } - - @keyframes spin { - 0% { transform: rotate(360deg); } - - 100% { - transform: rotate(0deg); - } } .icon { width: 16px; height: 16px; margin-right: 3px; + transition: all 1s; + } } }