Skip to content

Commit

Permalink
Shortened transition delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Jul 31, 2019
1 parent aaad44e commit fc54399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/Parameters.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
&[data-draggable] {
padding: 0 4px 4px 0;
transition: background-color 200ms ease-out;
transition-delay: 500ms; // short pause before returning to original bgcolor
transition-delay: 300ms; // short pause before returning to original bgcolor
}

&[data-dragging] {
Expand Down

0 comments on commit fc54399

Please sign in to comment.