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: (
309309 $theme-or-color );
310310 }
311311}
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 5858 }
5959}
6060
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`.
6262@mixin _mat-mdc-core () {
6363 @include _mat-mdc-strong-focus-indicators-base ();
6464}
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