diff --git a/docs/source/docs/cursor.blade.md b/docs/source/docs/cursor.blade.md index 44c0b9a58..df29e73ab 100644 --- a/docs/source/docs/cursor.blade.md +++ b/docs/source/docs/cursor.blade.md @@ -28,6 +28,11 @@ features: 'cursor: not-allowed;', "Set the mouse cursor to indicate that the action will not be executed.", ], + [ + '.cursor-wait', + 'cursor: wait;', + "Set the mouse cursor to indicate that an action is being executed.", + ], ] ])