From 283119f662c014fbfe2da8734dd1540467c641b2 Mon Sep 17 00:00:00 2001
From: Igor Shevchenko
- Sets the cursor to the element's default value. For a link, it would be a pointer. For text it would be a selection cursor.
- auto Platform-dependent default cursor. Usually an arrow.
cursor: default;
+ cursor: auto;
-
+
cursor: auto;
+ cursor: default;
-
+