fix autofill bug in chrome

This commit is contained in:
REJack 2021-08-26 22:01:35 +02:00
parent e066cc400f
commit afc5fb71de

View file

@ -398,6 +398,18 @@ body.text-sm {
color: $white;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-text-fill-color: $white;
}
.custom-range {
&::-webkit-slider-runnable-track {
background-color: lighten($dark, 7.5%);