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
This commit is contained in:
Brandy Carney
2016-01-22 11:09:11 -05:00
parent 41055a759f
commit 61a16b74bf

View File

@ -284,6 +284,12 @@ ion-buttons[right] {
padding: 0 6px; padding: 0 6px;
font-size: 2.8rem; 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], .bar-button-menutoggle[end],