]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixes issue 7273 off canvas close button
authorBrandon Arnold <brandon@zurb.com>
Fri, 11 Dec 2015 22:43:28 +0000 (14:43 -0800)
committerBrandon Arnold <brandon@zurb.com>
Fri, 11 Dec 2015 22:43:40 +0000 (14:43 -0800)
docs/assets/scss/_topbar.scss

index 4b4b02e5b0ab512f03472d6f8874ad81d842b247..9152c1bb841412f7ecca1b5408909dc30d677009 100644 (file)
@@ -114,6 +114,15 @@ $topbar-hover-color: darken($topbar-background, 20%);
   }
 }
 
+.off-canvas {
+  a.close-button {
+    color: $light-gray;
+  }
+  .close-button:hover, .close-button:focus {
+    color: $light-gray;
+  }
+}
+
 // .docs-topbar {
 //   background: #333;
 //   font-size: rem-calc(13);