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" */
|
/* these are converting grey things to "new grey" */
|
||||||
:disabled,
|
:disabled,
|
||||||
*[readonly="readonly"],
|
input:read-only,
|
||||||
|
textarea:read-only,
|
||||||
.sidebar-title,
|
.sidebar-title,
|
||||||
.recipient_row_date {
|
.recipient_row_date {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
Loading…
Reference in New Issue