Skip to content

Commit 73a9f39

Browse files
committed
Added 'cursor:pointer' to span element.
1 parent 979e32c commit 73a9f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/w3css-stubs/views/layouts/app.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</a>
2525

2626
{{-- Toggle Nav - Small Screens --}}
27-
<span class="w3-bar-item w3-right w3-hide-medium w3-hide-large" onclick="toggleNav()">&#9776</span>
27+
<span class="w3-bar-item w3-right w3-hide-medium w3-hide-large" style="cursor: pointer" onclick="toggleNav()">&#9776</span>
2828
2929
{{-- MEDIUM and LARGE SCREENS --}}
3030

0 commit comments

Comments
 (0)