1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

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

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);
}