Merge pull request #110 from Safelite/feature/digital/SSR-212

fix to focus state styling issue
This commit is contained in:
katiekroell 2023-01-12 11:03:23 -05:00 committed by GitHub
commit f7d965f9e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,6 +167,7 @@ input {
opacity: 0;
height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it
width: 0;
position: absolute;
}
@supports (-moz-appearance: none) {