I was playing around with hamburger menu using CSS only. One thing that I encounter is the cursor pointer. When I hover the cursor over the hamburger button, it wouldn't change to pointer if it was between white lines. It only works when it hover on white lines. I tried figuring it out how to solve this issue but no luck so far. Any help would be appreciated!
.nav-trigger {
cursor: pointer;
clip: rect(0, 0, 0, 0);
position: absolute;
z-index: 2;
}
Here is the link to my issue: https://jsfiddle.net/dxs6040/51wdfypj/2/