Skip to content

Commit 44cbab0

Browse files
authored
fix(cdk/schematics): update generated css class (#22270)
Updates the generated CSS class to match the current version. Fixes #22269
1 parent 9f44219 commit 44cbab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/schematics/ng-generate/drag-drop/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.__style__.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939

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

0 commit comments

Comments
 (0)