# Citaat Oproepen

**URL:** https://meta.discourse.org/t/quote-callouts/350962
**Category:** Theme component
**Created:** [6 februari 2025 om 22:12 UTC](https://meta.discourse.org/t/quote-callouts/350962 "2025-02-06T22:12:22Z")
**Posts on this page:** 1
**Showing post:** 81

<div class="post-metadata">

### Author: ![Luna\_Mora](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/luna_mora/32/527917_2.png) [@Luna\_Mora](https://meta.discourse.org/u/Luna_Mora)
#### Post date: [21 september 2026 om 16:04 UTC](https://meta.discourse.org/t/quote-callouts/350962/81 "2026-09-21T16:04:09Z")

</div>

Just noticed today that the CSS styling for the callouts in chat are missing, because the .chat-cooked class is missing from here:

```plaintext
:is(.ProseMirror, .d-editor-preview, .cooked, .body-diff)
      blockquote.callout[data-callout-type] { ... }

```

it should be:

```plaintext
:is(.ProseMirror, .d-editor-preview, .cooked, .chat-cooked, .body-diff)
      blockquote.callout[data-callout-type]

```

as chat hasn’t ever had a .cooked class afaik, just .chat-cooked.

---

_[View the full topic](https://meta.discourse.org/t/quote-callouts/350962)._
