@@ -12,15 +12,15 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;
12
12
13
13
14
14
/* *
15
- * Mixin to help with defining LTR/RTL ` transform: translateX()` values.
15
+ * Mixin to help with defining LTR/RTL ' transform: translateX()' values.
16
16
* @param $open The translation value when the sidenav is opened.
17
17
* @param $close The translation value when the sidenav is closed.
18
18
*/
19
19
@mixin md-sidenav-transition ($open , $close ) {
20
20
transform : translateX ($close );
21
21
22
22
& .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
24
24
// transitions, while visibility will interpolate transitions properly.
25
25
// see https://developer.mozilla.org/en-US/docs/Web/CSS/visibility, the Interpolation
26
26
// section.
@@ -46,7 +46,7 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;
46
46
:host {
47
47
// We need a stacking context here so that the backdrop and drawers are clipped to the
48
48
// 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
50
50
// the application content does not get messed up with our own CSS.
51
51
@include md-stacking-context ();
52
52
@@ -71,7 +71,7 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;
71
71
// numbers.
72
72
z-index : 2 ;
73
73
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
75
75
// transitions, while visibility will interpolate transitions properly.
76
76
// see https://developer.mozilla.org/en-US/docs/Web/CSS/visibility, the Interpolation
77
77
// section.
0 commit comments