Skip to content

Commit b858854

Browse files
jerome-nelsonjelbourn
authored andcommitted
docs(cdk): add cdk-drag-handle to Styling section (#15774)
1 parent 99ef55b commit b858854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdk/drag-drop/drag-drop.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ by the directives:
7373
| `.cdk-drop-list` | Corresponds to the `cdkDropList` container. |
7474
| `.cdk-drag` | Corresponds to a `cdkDrag` instance. |
7575
| `.cdk-drag-disabled`| Class that is added to a disabled `cdkDrag`. |
76+
| `.cdk-drag-handle` | Class that is added to the host element of the cdkDragHandle directive. |
7677
| `.cdk-drag-preview` | This is the element that will be rendered next to the user's cursor as they're dragging an item in a sortable list. By default the element looks exactly like the element that is being dragged. |
7778
| `.cdk-drag-placeholder` | This is element that will be shown instead of the real element as it's being dragged inside a `cdkDropList`. By default this will look exactly like the element that is being sorted. |
7879
| `.cdk-drop-list-dragging` | A class that is added to `cdkDropList` while the user is dragging an item. |

0 commit comments

Comments
 (0)