Merge pull request #84 from Safelite/feature/digital/SSR-192

Styling change for Firefox - focus state on year/make/model/style
This commit is contained in:
Kulbhushan Kaushik 2022-12-23 10:38:16 -05:00 committed by GitHub
commit 9ff5acce28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,4 +168,10 @@ input {
height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it
width: 0;
}
@supports (-moz-appearance: none) {
input {
margin-top: -3px !important;
}
}
</style>