Documented .cursor-wait

This commit is contained in:
Tobias Kündig 2017-12-24 13:49:36 +01:00
parent 6837c8f46d
commit db11e99a2a
No known key found for this signature in database
GPG Key ID: 000AE0F7486CBFBE

View File

@ -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.",
],
]
])