Fix font-size when Chrome autofills inputs

For some reason Chrome decides that using its own font declaration is
preferable to keeping the input looking as it would without autofill.

This overrides that with our bigger, better font.
This commit is contained in:
Chris Hill-Scott
2020-08-28 10:31:44 +01:00
parent 786946639b
commit a1607ef6fa

View File

@@ -253,3 +253,7 @@ details .arrow {
}
}
input:-webkit-autofill::first-line {
@include core-19;
}