mirror of
https://github.com/zulip/zulip.git
synced 2025-11-23 07:52:35 +00:00
When viewing the source of a message when not editable, the opacity of the read-only textarea would be reduced to 0.5, like for any other read- only textarea in dark mode. This was unnecessary for viewing message source, so the opacity for this case is now set to 1. Fixes: #28701.