mirror of https://github.com/zulip/zulip.git
styles: Convert [readonly] selector to :read-only pseudo-class.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
192f1eb0fc
commit
b98434682e
|
@ -116,7 +116,8 @@ on a dark background, and don't change the dark labels dark either. */
|
|||
|
||||
/* these are converting grey things to "new grey" */
|
||||
:disabled,
|
||||
*[readonly="readonly"],
|
||||
input:read-only,
|
||||
textarea:read-only,
|
||||
.sidebar-title,
|
||||
.recipient_row_date {
|
||||
color: inherit;
|
||||
|
|
Loading…
Reference in New Issue