@@ -12,15 +12,15 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;
1212
1313
1414/* *
15- * Mixin to help with defining LTR/RTL ` transform: translateX()` values.
15+ * Mixin to help with defining LTR/RTL ' transform: translateX()' values.
1616 * @param $open The translation value when the sidenav is opened.
1717 * @param $close The translation value when the sidenav is closed.
1818 */
1919@mixin md-sidenav-transition ($open , $close ) {
2020 transform : translateX ($close );
2121
2222 & .md-sidenav-closed {
23- // We use ` visibility: hidden | visible` because ` display: none` will not animate any
23+ // We use ' visibility: hidden | visible' because ' display: none' will not animate any
2424 // transitions, while visibility will interpolate transitions properly.
2525 // see https://developer.mozilla.org/en-US/docs/Web/CSS/visibility, the Interpolation
2626 // section.
@@ -46,7 +46,7 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;
4646:host {
4747 // We need a stacking context here so that the backdrop and drawers are clipped to the
4848 // MdSidenavLayout. This creates a new z-index stack so we use low numbered z-indices.
49- // We create another stacking context in the ` <md-content>` and in each sidenav so that
49+ // We create another stacking context in the ' <md-content>' and in each sidenav so that
5050 // the application content does not get messed up with our own CSS.
5151 @include md-stacking-context ();
5252
@@ -71,7 +71,7 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;
7171 // numbers.
7272 z-index : 2 ;
7373
74- // We use ` visibility: hidden | visible` because ` display: none` will not animate any
74+ // We use ' visibility: hidden | visible' because ' display: none' will not animate any
7575 // transitions, while visibility will interpolate transitions properly.
7676 // see https://developer.mozilla.org/en-US/docs/Web/CSS/visibility, the Interpolation
7777 // section.
0 commit comments