Skip to content

Commit

Permalink
docs(cdk/drag-drop): fix cursor for disable drag (#27286)
Browse files Browse the repository at this point in the history
* docs(cdk/drag-drop): fix cursor for disable drag

fixes #27242

* fixup! docs(cdk/drag-drop): fix cursor for disable drag

(cherry picked from commit ff7ea81)
  • Loading branch information
naaajii authored and crisbeto committed Jun 13, 2023
1 parent feaaab9 commit b94a3bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

.example-box.cdk-drag-disabled {
background: #ccc;
cursor: default;
cursor: not-allowed;
user-select: none;
}

.cdk-drag-preview {
Expand Down

0 comments on commit b94a3bd

Please sign in to comment.