Make cursor a pointer when hovering over the menu button

This commit is contained in:
Joe Hutchinson
2019-01-03 13:00:29 -05:00
parent f8006aab61
commit 1e10c677c6

View File

@@ -54,6 +54,7 @@ strong {
background-color: transparent;
z-index: 500; /* and place it over the hamburger */
-webkit-touch-callout: none;
cursor: pointer;
}
.hamburger-menu button span {
display: block;