diff --git a/docs/source/docs/cursor.blade.md b/docs/source/docs/cursor.blade.md index 388e6a007..8fa2a639d 100644 --- a/docs/source/docs/cursor.blade.md +++ b/docs/source/docs/cursor.blade.md @@ -17,3 +17,37 @@ title: "Cursor" ]) @include('_partials.work-in-progress') + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ClassPropertiesDescription
.cursor-autocursor: auto;Set the mouse cursor to the default browser behavior.
.cursor-pointercursor: pointer;Set the mouse cursor to a pointer and indicate a link.
.cursor-not-allowedcursor: not-allowed;Set the mouse cursor to indicate that the action will not be executed.
+