Make cursor a pointer when hovering over the menu button
This commit is contained in:
@@ -54,6 +54,7 @@ strong {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
z-index: 500; /* and place it over the hamburger */
|
z-index: 500; /* and place it over the hamburger */
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.hamburger-menu button span {
|
.hamburger-menu button span {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user