I have a simple list with some elements. I added a hover effect to change the background color of <li>
tags to white, but for some reason the height doesn't fill completely.
I attempted to reset the margin and padding with li{padding:0; margin:0;}
without success.
Here is the code snippet: http://jsfiddle.net/ctvalex/jh3t5t1b/2/
If anyone has any suggestions or solutions, they would be greatly appreciated.