Skip to content

Commit

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

fixes angular#27242

* fixup! docs(cdk/drag-drop): fix cursor for disable drag
  • Loading branch information
naaajii authored Jun 13, 2023
1 parent 7cf3be5 commit ff7ea81
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 ff7ea81

Please sign in to comment.