Styling for grey text when disabled
This commit is contained in:
parent
6c4869ff8e
commit
059f737aa2
@ -385,4 +385,10 @@ select {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.usa-input--success {
|
||||||
|
input[disabled] {
|
||||||
|
color: $color-gray-light;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user