From 52ef31cdab8a71fe5743e658cb3ebde5f0c75f98 Mon Sep 17 00:00:00 2001 From: Johan Uribe <49119190+johanuribe03@users.noreply.github.com> Date: Mon, 10 Jun 2019 12:54:50 -0400 Subject: [PATCH] Show default cursor on hover (#1036) Show default cursor on hover --- examples/demo.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/demo.css b/examples/demo.css index 4d0c40af..e564a74f 100644 --- a/examples/demo.css +++ b/examples/demo.css @@ -271,4 +271,8 @@ a.name-header{ margin-bottom:0px; align:center; width:100%; -} \ No newline at end of file +} + +.toggle { + cursor: default; +}