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
  • Loading branch information
jhthompson authored Mar 19, 2021
1 parent 9f44219 commit 44cbab0
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 44cbab0

Please sign in to comment.