Skip to content

Commit

Permalink
fix(cdk/schematics): update generated css class (#22270)
Browse files Browse the repository at this point in the history
Updates the generated CSS class to match the current version.

Fixes #22269

(cherry picked from commit 44cbab0)
  • Loading branch information
jhthompson authored and andrewseguin committed Mar 19, 2021
1 parent 1a78747 commit 5b94af2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}

/* Animate items as they're being sorted. */
.cdk-drop-dragging .cdk-drag {
.cdk-drop-list-dragging .cdk-drag {
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

Expand Down

0 comments on commit 5b94af2

Please sign in to comment.