From db11e99a2a13f4f6ffe790d388a8b20eaf127d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20K=C3=BCndig?= Date: Sun, 24 Dec 2017 13:49:36 +0100 Subject: [PATCH] Documented .cursor-wait --- docs/source/docs/cursor.blade.md | 5 +++++ 1 file changed, 5 insertions(+) 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.", + ], ] ])