]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
changes where background-color was being applied in docs sticky magellan example
authorzurbchris <chris@zurb.com>
Wed, 25 Nov 2015 01:16:55 +0000 (17:16 -0800)
committerzurbchris <chris@zurb.com>
Wed, 25 Nov 2015 01:16:55 +0000 (17:16 -0800)
docs/assets/scss/docs.scss

index 779e4a6fb513deb00537c89d8d3eb4a7549372a5..da60142618f9e140acff989182758d92e28167ad 100644 (file)
@@ -32,8 +32,8 @@
   ul:last-child  { float: right; }
 }
 .sticky-mag {
+  background-color: white;
   &.stuck-mag {
-    background-color: white;
     border-bottom: 2px solid #121212;
   }
 }