]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixing some code for Offcanvas BG hover color
authorArthur <arthur@zurb.com>
Mon, 8 Sep 2014 17:59:53 +0000 (10:59 -0700)
committerArthur <arthur@zurb.com>
Mon, 8 Sep 2014 17:59:53 +0000 (10:59 -0700)
doc/includes/off_canvas/examples_offcanvas_variables.html
scss/foundation/_settings.scss

index b584930a6908a66924e6c13b594bdaf253627fda..c60884815a61b15f0bf2808320b91423b0972258 100644 (file)
@@ -24,7 +24,7 @@ $tabbar-header-margin: 0 !default;
 // Off Canvas Menu Variables
 $off-canvas-width: rem-calc(250) !default;
 $off-canvas-bg: $oil !default;
-$off-canvas-bg-hover: background: scale-color($tabbar-bg, $lightness: -30%);
+$off-canvas-bg-hover: scale-color($tabbar-bg, $lightness: -30%);
 
 // Off Canvas Menu List Variables
 $off-canvas-label-padding: 0.3rem rem-calc(15) !default;
index a243cc89f335bae05f4b5cbec6d392189f8e5570..90980c71444cd1e8aa803ee442efdeb8f8f0aee3 100644 (file)
@@ -817,7 +817,7 @@ $include-html-global-classes: $include-html-classes;
 // Off Canvas Menu Variables
 // $off-canvas-width: rem-calc(250);
 // $off-canvas-bg: $oil;
-// $off-canvas-bg-hover: background: scale-color($tabbar-bg, $lightness: -30%);
+// $off-canvas-bg-hover: scale-color($tabbar-bg, $lightness: -30%);
 
 // Off Canvas Menu List Variables
 // $off-canvas-label-padding: 0.3rem rem-calc(15);