Use diff selector for readonly fields (#138)

This commit is contained in:
Isiah Lloyd 2022-05-21 22:08:38 -04:00 committed by GitHub
parent 1fbc1bb872
commit a100c94ece
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,8 +178,8 @@ input[type="reset"]::-moz-focus-inner {
:disabled,
:disabled + label,
:read-only,
:read-only + label {
input[readonly],
input[readonly] + label {
color: var(--button-shadow);
}