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:
commit
0a64459fb7
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue