# Impossible de désactiver le fondu sur les nouveaux messages PM

**URL:** https://meta.discourse.org/t/cant-disable-fade-on-new-pm-posts/197936
**Category:** Support
**Created:** [Juillet 23, 2021, 2:28 UTC](https://meta.discourse.org/t/cant-disable-fade-on-new-pm-posts/197936 "2021-07-23T02:28:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![AstonJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/astonj/32/215041_2.png) [@AstonJ](https://meta.discourse.org/u/AstonJ)
#### Post date: [Juillet 23, 2021, 2:28 UTC](https://meta.discourse.org/t/cant-disable-fade-on-new-pm-posts/197936/1 "2021-07-23T02:28:34Z")

</div>

Nous ferions normalement cela, mais cela ne fonctionne pas :

```plaintext
.archetype-private_message .highlighted {
  animation: none !important;
}

```

Des idées ?

(Cela serait sympa si nous pouvions simplement sélectionner une option pour conserver le style standard des publications aussi, si possible 😊)

---

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [Juillet 23, 2021, 6:25 UTC](https://meta.discourse.org/t/cant-disable-fade-on-new-pm-posts/197936/2 "2021-07-23T06:25:05Z")

</div>

Bonjour Aston,

Si tu souhaites désactiver l’animation, essaie ceci. 🙂

```plaintext
.archetype-private_message {
  .topic-body.highlighted {
    .cooked {
      animation: none !important;
    }
  }
}

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [Août 22, 2021, 6:25 UTC](https://meta.discourse.org/t/cant-disable-fade-on-new-pm-posts/197936/3 "2021-08-22T06:25:48Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
