From d3dd7fb3fe73f8282050395056fdad3414a2589a Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Fri, 18 Apr 2014 06:43:25 -0500 Subject: [PATCH] Remove style redundancy for menu toggle; cursor pointer is already defined for buttons. --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index afffe0a..309a300 100644 --- a/style.css +++ b/style.css @@ -411,7 +411,6 @@ a:active { } /* Small menu */ .menu-toggle { - cursor: pointer; display: none; } @media screen and (max-width: 600px) {