mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-28 06:11:03 -05:00
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:
@@ -253,3 +253,7 @@ details .arrow {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
input:-webkit-autofill::first-line {
|
||||
@include core-19;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user