Fix: input elements autofill background (#16295)

This commit is contained in:
Navaneesh Kumar
2019-03-29 22:51:22 +05:30
committed by Torkel Ödegaard
parent 6b2c81bcf2
commit 545da8ffb0

View File

@@ -33,9 +33,9 @@ textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px $black inset !important;
-webkit-text-fill-color: #fbfbfb !important;
box-shadow: 0 0 0px 1000px $black inset;
-webkit-box-shadow: 0 0 0px 1000px $input-bg inset !important;
-webkit-text-fill-color: $input-color !important;
box-shadow: 0 0 0px 1000px $input-bg inset;
}
.login-form-group {