mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
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:
@ -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],
|
||||
|
Reference in New Issue
Block a user