From 61a16b74bfc432d333369c3603ff38a828324ec9 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 22 Jan 2016 11:09:11 -0500 Subject: [PATCH] fix(menu): fix menu toggle not showing right opacity added important to ensure the menu toggle will get the right opacity but this will be removed later on fixes #5131 --- ionic/components/toolbar/toolbar.ios.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ionic/components/toolbar/toolbar.ios.scss b/ionic/components/toolbar/toolbar.ios.scss index 47283e87ab..b27a79e011 100644 --- a/ionic/components/toolbar/toolbar.ios.scss +++ b/ionic/components/toolbar/toolbar.ios.scss @@ -284,6 +284,12 @@ ion-buttons[right] { padding: 0 6px; font-size: 2.8rem; } + + // TODO remove the !important flag - temporary hack until we can remove the element style + // on transition + &.activated { + opacity: 0.4 !important; + } } .bar-button-menutoggle[end],