# 从主题内部链接到自身

**URL:** https://meta.discourse.org/t/link-from-inside-the-topic-to-itself/152222
**Category:** UX
**Created:** [2020年五月21日 13:57 UTC](https://meta.discourse.org/t/link-from-inside-the-topic-to-itself/152222 "2020-05-21T13:57:28Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [2020年五月22日 09:32 UTC](https://meta.discourse.org/t/link-from-inside-the-topic-to-itself/152222/8 "2020-05-22T09:32:17Z")

</div>

我认为将以下 CSS 添加到您的 [主题](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) 中，应该能达到您想要的效果

```plaintext
.title-wrapper .fancy-title {
  pointer-events: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/link-from-inside-the-topic-to-itself/152222)._
