]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Changed variable name 7268/head
authorBrett Mason <brettsmason@users.noreply.github.com>
Mon, 30 Nov 2015 10:38:25 +0000 (10:38 +0000)
committerBrett Mason <brettsmason@users.noreply.github.com>
Mon, 30 Nov 2015 10:38:25 +0000 (10:38 +0000)
scss/components/_drilldown.scss

index 463f5f2ce464ab2e1ad47fb54bfb6cf283863992..e21a771cdc33e1d17fc229dd39dc297044ba9664 100644 (file)
@@ -33,7 +33,7 @@ $drilldown-background: $white !default;
     z-index: -1;
     height: 100%;
     width: 100%;
-    background: $drilldown-sub-background;
+    background: $drilldown-background;
     transition: $drilldown-transition;
 
     &.is-active {