Skip to content

Commit d21a134

Browse files
author
Alexander J. Salas B
committed
Rename sidenav to accordion-sidebar
1 parent 434535c commit d21a134

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demos/demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body {
88
z-index: 2;
99
}
1010

11-
.main-sidenav {
11+
.main-accordion-sidebar {
1212
position: relative;
1313
z-index: 1;
1414
}

demos/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1 flex>Angular Material Sidemenu</h1>
2929
</md-toolbar>
3030

3131
<div class="main-container" layout="row" flex>
32-
<md-sidenav class="main-sidenav md-sidenav-left" md-component-id="navigation-drawer" md-is-locked-open="true" layout="column">
32+
<md-accordion-sidebar class="main-accordion-sidebar md-accordion-sidebar-left" md-component-id="navigation-drawer" md-is-locked-open="true" layout="column">
3333
<md-content md-scroll-y flex layout="column">
3434
<md-accordion locked="true">
3535
<md-accordion-group>
@@ -71,7 +71,7 @@ <h1 flex>Angular Material Sidemenu</h1>
7171
</md-accordion-group>
7272
</md-accordion>
7373
</md-content>
74-
</md-sidenav>
74+
</md-accordion-sidebar>
7575

7676
<md-content class="main-content" md-scroll-y layout="column" flex>
7777

0 commit comments

Comments
 (0)