# Анимация клика по элементу списка тем

**URL:** https://meta.discourse.org/t/topic-list-item-click-animation/272181
**Category:** Theme component
**Created:** [19.Июль.2023 20:04:26 UTC](https://meta.discourse.org/t/topic-list-item-click-animation/272181 "2023-07-19T20:04:26Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![denvergeeks](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/denvergeeks/32/327671_2.png) [@denvergeeks](https://meta.discourse.org/u/denvergeeks)
#### Post date: [23.Июль.2023 04:00:00 UTC](https://meta.discourse.org/t/topic-list-item-click-animation/272181/13 "2023-07-23T04:00:00Z")

</div>

@Don - Отличная идея! Я бы предпочёл (как в [компоненте темы с возможностью клика](https://meta.discourse.org/t/clickable-topic/183339)), чтобы при наведении курсор указывал на любую область строки/элемента…

```plaintext
.topic-list-item:hover,
.latest-topic-list-item:hover {
    cursor: pointer;
}

```

---

_[View the full topic](https://meta.discourse.org/t/topic-list-item-click-animation/272181)._
