]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added tab-bar class to offcanvas menu-icon. 4522/head
authorLonewolf <nikhilkalige@gmail.com>
Sat, 22 Feb 2014 21:18:07 +0000 (02:48 +0530)
committerLonewolf <nikhilkalige@gmail.com>
Sat, 22 Feb 2014 21:18:07 +0000 (02:48 +0530)
Resolves conflict with topbar menu-icon

scss/foundation/components/_offcanvas.scss

index a4c0c6ecac61a4c3fdca30586926c0d18036ab76..675e0db0ba26f9b540c553815df3d8a9f488bdf9 100755 (executable)
@@ -274,7 +274,7 @@ $menu-slide: "transform 500ms ease" !default;
 
     // MENU BUTTON
     // This is a little bonus. You don't need it for off canvas to work. Mixins to be written in the future.
-    .menu-icon {
+    .tab-bar .menu-icon {
       text-indent: $tabbar-menu-icon-text-indent;
       width: $tabbar-height;
       height: $tabbar-height;
@@ -358,4 +358,4 @@ $menu-slide: "transform 500ms ease" !default;
     }
 
   }
-}
\ No newline at end of file
+}