Merge pull request #86 from Safelite/feature/digital/SSR-197

Firefox styling change to focus state in year/make/model/style
This commit is contained in:
katiekroell 2022-12-28 16:22:39 -05:00 committed by GitHub
commit ad3708a583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,7 +171,7 @@ input {
@supports (-moz-appearance: none) { @supports (-moz-appearance: none) {
input { input {
margin-top: -3px !important; margin-top: -3.5px;
} }
} }
</style> </style>