Skip to content

Commit ff7ea81

Browse files
authored
docs(cdk/drag-drop): fix cursor for disable drag (#27286)
* docs(cdk/drag-drop): fix cursor for disable drag fixes #27242 * fixup! docs(cdk/drag-drop): fix cursor for disable drag
1 parent 7cf3be5 commit ff7ea81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components-examples/cdk/drag-drop/cdk-drag-drop-disabled/cdk-drag-drop-disabled-example.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626
.example-box.cdk-drag-disabled {
2727
background: #ccc;
28-
cursor: default;
28+
cursor: not-allowed;
29+
user-select: none;
2930
}
3031

3132
.cdk-drag-preview {

0 commit comments

Comments
 (0)