Add style="cursor: pointer"

Otherwise you might not immediately understand that you can show the examples.
This commit is contained in:
Thomas Güttler 2021-03-08 15:36:32 +01:00 committed by GitHub
parent f86c668d94
commit b9a9fb07e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@
}
</script>
<div id="demo-server-info">
<div>Server Requests<span id="request-count"></span> <a id="request-info-toggler" onclick="toggleRequestInfo()">&uparrow; Show</a></div>
<div>Server Requests<span id="request-count"></span> <a id="request-info-toggler" onclick="toggleRequestInfo()" style="cursor: pointer">&uparrow; Show</a></div>
<div id="demo-activity" class="row">
<div class="3 col" >
<ol id="demo-timeline" reversed>