Merge pull request #2309 from Safelite/CASH-191-fix-button-issue

CASH-191 fix button border issue.
This commit is contained in:
bmauger 2025-02-18 09:48:44 -05:00 committed by GitHub
commit 826b67c178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,6 +149,12 @@ export default {
transition: all 150ms linear;
background: none;
&.btn {
&.btn-secondary {
border: none;
}
}
&:hover,
&:active,
&:focus,