CSR-989 fix button double click data issue.

This commit is contained in:
Bryan Mauger 2023-01-03 16:28:44 -05:00
parent 4de6827dd5
commit e88febbfcc

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