a green tick is showing to the field where we enter the old password in
login password change form. It starts showing green tick as soon as we
start typing on it. Removing that because its misleads the user.
Fixes: https://tracker.ceph.com/issues/62644
Signed-off-by: Nizamudeen A <nia@redhat.com>
.is-invalid.cd-form-control {
border-color: transparent;
}
+
+#oldpassword.is-valid {
+ background-image: unset;
+ border-color: transparent;
+}
+@use './src/styles/vendor/variables' as vv;
+
+#oldpassword.is-valid {
+ background-image: unset;
+ border-color: vv.$gray-400;
+}