Add styling to read-only input fields
This commit is contained in:
parent
86cf568e5b
commit
253d0e9793
@ -133,6 +133,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:read-only {
|
||||||
|
color: grey;
|
||||||
|
}
|
||||||
|
|
||||||
.usa-input__choices { // checkbox & radio sets
|
.usa-input__choices { // checkbox & radio sets
|
||||||
legend {
|
legend {
|
||||||
padding: 0 0 $gap 0;
|
padding: 0 0 $gap 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user