File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
material-experimental/mdc-helpers Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -309,13 +309,3 @@ $mat-typography-level-mappings: (
309
309
$theme-or-color );
310
310
}
311
311
}
312
-
313
- // Mixin that applies base styles required for focus indicators to render appropriately.
314
- // Private mixin included within `_mat-mdc-core`.
315
- @mixin _mat-mdc-strong-focus-indicators-base () {
316
- // Ensure that focus indicator host elements are positioned so that the focus indicator
317
- // pseudo element within is positioned relatively to the host.
318
- .mat-mdc-focus-indicator {
319
- position : relative ;
320
- }
321
- }
Original file line number Diff line number Diff line change 58
58
}
59
59
}
60
60
61
- // Mixin that renders all of the core MDC styles.
61
+ // Mixin that renders all of the core MDC styles. Private mixin included within `mat-core`.
62
62
@mixin _mat-mdc-core () {
63
63
@include _mat-mdc-strong-focus-indicators-base ();
64
64
}
65
+
66
+ // Mixin that applies base styles required for focus indicators to render appropriately.
67
+ // Private mixin included within `_mat-mdc-core`.
68
+ @mixin _mat-mdc-strong-focus-indicators-base () {
69
+ // Ensure that focus indicator host elements are positioned so that the focus indicator
70
+ // pseudo element within is positioned relatively to the host.
71
+ .mat-mdc-focus-indicator {
72
+ position : relative ;
73
+ }
74
+ }
You can’t perform that action at this time.
0 commit comments