# 移除编辑历史铅笔图标

**URL:** https://meta.discourse.org/t/removing-edit-history-pencil-icon/394249
**Category:** Support
**Created:** [2026 年1 月 24 日 13:11 UTC](https://meta.discourse.org/t/removing-edit-history-pencil-icon/394249 "2026-01-24T13:11:19Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [2026 年1 月 24 日 13:22 UTC](https://meta.discourse.org/t/removing-edit-history-pencil-icon/394249/2 "2026-01-24T13:22:58Z")

</div>

您可以右键单击 \> 检查来找到它，但它在这里：

```scss
.post-infos .edits {
  display: none !important; // 您可能不需要在这里使用 '!important'
}

```

---

_[View the full topic](https://meta.discourse.org/t/removing-edit-history-pencil-icon/394249)._
