From c1c81cbae7f01fbcb9d1df1792c398ac242d21a8 Mon Sep 17 00:00:00 2001 From: Wing-Hou Chan Date: Wed, 23 Apr 2014 13:07:58 +0100 Subject: [PATCH] Remove menu icon specificity Developers may want to use the menu-icon outside the tab-bar. Currently this is restricted as the CSS selector requires the developer to make the menu icon a child of the tab-bar. By removing .tab-bar in the selector selecting the menu icon developers will be able to use the menu-icon outside the tab-bar. --- scss/foundation/components/_offcanvas.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_offcanvas.scss b/scss/foundation/components/_offcanvas.scss index 54ba97dbb..616ef60af 100755 --- a/scss/foundation/components/_offcanvas.scss +++ b/scss/foundation/components/_offcanvas.scss @@ -329,7 +329,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. - .tab-bar .menu-icon { + .menu-icon { text-indent: $tabbar-menu-icon-text-indent; width: $tabbar-height; height: $tabbar-height; -- 2.47.2