css: Fix night theme radio inputs.

Radio inputs that are not selected are technically independent
:read-only inputs, not a single input with multiple values; this
results in this selector for read-only inputs not behaving as
expected.

Fixes #20221.
This commit is contained in:
Tim Abbott 2021-12-07 14:32:10 -08:00
parent 186d1a83e9
commit 48dccfd37a
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ body.dark-theme {
/* these are converting grey things to "new grey" */
:disabled,
input:read-only,
input:not([type="radio"]):read-only,
textarea:read-only,
.sidebar-title,
.recipient_row_date {