mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
update action menu animation
This commit is contained in:
@ -13,12 +13,13 @@ $action-menu-options-text-color: #007aff !default;
|
||||
$action-menu-options-border-color: #d1d3d6 !default;
|
||||
|
||||
|
||||
.action-menu {
|
||||
ion-action-menu {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
z-index: $z-index-overlay;
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@ $action-menu-ios-background-active: #ebebeb !default;
|
||||
$action-menu-ios-icon-font-size: 1.4em !default;
|
||||
|
||||
|
||||
.action-menu[mode=ios] {
|
||||
ion-action-menu[mode=ios] {
|
||||
text-align: center;
|
||||
|
||||
.action-menu-container {
|
||||
|
@ -18,7 +18,7 @@ $action-menu-md-icon-font-size: 2.4rem !default;
|
||||
$action-menu-md-icon-margin: 0 28px 0 0 !default;
|
||||
|
||||
|
||||
.action-menu[mode=md] {
|
||||
ion-action-menu[mode=md] {
|
||||
margin: 0;
|
||||
|
||||
.action-menu-container {
|
||||
|
Reference in New Issue
Block a user