diff --git a/dist/ionic.css b/dist/ionic.css index d55679e7d8..7f9ba6a5a9 100644 --- a/dist/ionic.css +++ b/dist/ionic.css @@ -1051,7 +1051,7 @@ a.list-item { margin-bottom: 0; line-height: 1.3; } -.ion-panel { +.menu { display: none; min-height: 100%; max-height: 100%; @@ -1063,13 +1063,13 @@ a.list-item { overflow-y: scroll; -webkit-overflow-scrolling: touch; } -.ion-panel-left { +.menu-left { left: 0; } -.ion-panel-right { +.menu-right { right: 0; } -.ion-panel-animated { +.menu-animated { -webkit-transition: -webkit-transform 200ms ease; -moz-transition: -moz-transform 200ms ease; transition: transform 200ms ease; } diff --git a/example/panel_controller.html b/example/panel_controller.html index 4ebc37dc22..4df20c9529 100644 --- a/example/panel_controller.html +++ b/example/panel_controller.html @@ -18,7 +18,7 @@ -