From: Brett Mason Date: Mon, 30 Nov 2015 10:38:25 +0000 (+0000) Subject: Changed variable name X-Git-Tag: v6.0.5~8^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7268%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Changed variable name --- diff --git a/scss/components/_drilldown.scss b/scss/components/_drilldown.scss index 463f5f2ce..e21a771cd 100644 --- a/scss/components/_drilldown.scss +++ b/scss/components/_drilldown.scss @@ -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 {