Styling for grey text when disabled

This commit is contained in:
leigh-mil 2019-02-20 19:11:42 -05:00
parent 6c4869ff8e
commit 059f737aa2

View File

@ -385,4 +385,10 @@ select {
box-shadow: none; box-shadow: none;
} }
} }
&.usa-input--success {
input[disabled] {
color: $color-gray-light;
}
}
} }