Add styling to read-only input fields

This commit is contained in:
leigh-mil 2018-10-18 11:12:16 -04:00
parent 86cf568e5b
commit 253d0e9793

View File

@ -133,6 +133,10 @@
}
}
input:read-only {
color: grey;
}
.usa-input__choices { // checkbox & radio sets
legend {
padding: 0 0 $gap 0;