Merge pull request #913 from Safelite/CSR-989-fix-button-double-click-issue

CSR-989 fix button double click data issue.
This commit is contained in:
bmauger 2023-01-03 17:00:30 -05:00 committed by GitHub
commit 0a64459fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,7 @@ export default {
color: $white;
background: $blue-700;
box-shadow: 0 0 0 3px, 0 0 0 5.5px $blue-700;
pointer-events: none;
}
&.delay {
// fixes flicker while transitioning between states
@ -140,6 +141,7 @@ export default {
&.has-loader {
color: $white;
@include blue-gradient;
pointer-events: none;
}
&.delay {
// fixes flicker while transitioning between states