Merge pull request #313 from Safelite/CSR-269-fix-outline-rounded-corners

Remove outline to fix rounded corners issue.
This commit is contained in:
bmauger 2022-03-30 15:14:33 -04:00 committed by GitHub
commit 8f669d36ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -331,6 +331,7 @@ export default {
} }
+ label { + label {
outline: none;
min-height: 48px; min-height: 48px;
color: $gray-600; color: $gray-600;