# 引用テキストの変更を無効にする？

**URL:** https://meta.discourse.org/t/disable-modification-of-quoted-text/180514
**Category:** Support
**Created:** [2021 年 2 月 20 日午後 2:24 UTC](https://meta.discourse.org/t/disable-modification-of-quoted-text/180514 "2021-02-20T14:24:20Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Thomas\_G](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thomas_g/32/200158_2.png) [@Thomas\_G](https://meta.discourse.org/u/Thomas_G)
#### Post date: [2021 年 2 月 20 日午後 3:02 UTC](https://meta.discourse.org/t/disable-modification-of-quoted-text/180514/2 "2021-02-20T15:02:58Z")

</div>

毎回それを目撃するたびに嫌悪感を抱きます。引用が編集され、元のものではないことを示す通知がどこかにあるべきです。ええと、[どう思いますか？](https://meta.discourse.org/t/add-a-small-notice-when-a-quote-is-modified/180517) 🤔

* * *

CSSを使えば、引用したいテキストをハイライトしたときにボタンを無効にできます。ただし、引用システム全体を無効にするわけではないと思います。

```
.quote-button { display: none !important; }

```

---

_[View the full topic](https://meta.discourse.org/t/disable-modification-of-quoted-text/180514)._
