Merge pull request #115 from Safelite/feature/digital/SSR-221

remove Firefox-specific code (unneeded after adding position:absolute…
This commit is contained in:
katiekroell 2023-01-16 11:21:57 -05:00 committed by GitHub
commit 59ac97fd75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,10 +169,4 @@ input {
width: 0;
position: absolute;
}
@supports (-moz-appearance: none) {
input {
margin-top: -3.5px;
}
}
</style>