# Understanding opacity in hidden revisions

**URL:** https://meta.discourse.org/t/understanding-opacity-in-hidden-revisions/397345
**Category:** UX
**Tags:** fixed, revisions
**Created:** [February 28, 2026, 4:10pm UTC](https://meta.discourse.org/t/understanding-opacity-in-hidden-revisions/397345 "2026-02-28T16:10:11Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [March 2, 2026, 9:07pm UTC](https://meta.discourse.org/t/understanding-opacity-in-hidden-revisions/397345/2 "2026-03-02T21:07:01Z")

</div>

> [@Moin](#):
>
> However, opacity is also added to the heading of the topic on the right-hand side, but not to the content. I don’t understand this. I’d expect it to either be added to both elements or none. Is this intentional?

It does not appear to be intentional, we use some fragile CSS selectors here (nth-of-type) so it seems we’re just applying the style in places we shouldn’t. Solution is to apply the styles to explicit class names… doing this here:

[https://github.com/discourse/discourse/pull/38159](https://github.com/discourse/discourse/pull/38159)

---

_[View the full topic](https://meta.discourse.org/t/understanding-opacity-in-hidden-revisions/397345)._
