Explorar el Código

Fixed X on hamburger menu overlay

Erik-jan Riemers hace 8 años
padre
commit
be6956abe8
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      css/style.css

+ 4 - 0
css/style.css

@@ -689,6 +689,10 @@ a.text-info:hover {
           transition-delay: .25s;
 }
 
+a:not(.gn-selected) .cross {
+    display: none;
+}
+
 .menu-toggle.gn-selected .hamburger span {
   width: 0%;
 }