mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
Add style="cursor: pointer"
Otherwise you might not immediately understand that you can show the examples.
This commit is contained in:
parent
f86c668d94
commit
b9a9fb07e7
@ -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()">↑ Show</a></div>
|
||||
<div>Server Requests<span id="request-count"></span> <a id="request-info-toggler" onclick="toggleRequestInfo()" style="cursor: pointer">↑ Show</a></div>
|
||||
<div id="demo-activity" class="row">
|
||||
<div class="3 col" >
|
||||
<ol id="demo-timeline" reversed>
|
||||
|
Loading…
x
Reference in New Issue
Block a user