diff --git a/src/cdk/a11y/_index.scss b/src/cdk/a11y/_index.scss index 292804e3ec49..b1259c85fd0a 100644 --- a/src/cdk/a11y/_index.scss +++ b/src/cdk/a11y/_index.scss @@ -26,7 +26,7 @@ /// Emits the mixin's content nested under `$selector-context` if `$selector-context` /// is non-empty. /// @param selector-context The selector under which to nest the mixin's content. -@mixin _cdk-optionally-nest-content($selector-context) { +@mixin _optionally-nest-content($selector-context) { @if ($selector-context == '') { @content; } @@ -68,7 +68,7 @@ // Note that if this selector is updated, the same change has to be made inside // `_overlay.scss` which can't depend on this mixin due to some infrastructure limitations. .cdk-high-contrast-#{$target} { - @include _cdk-optionally-nest-content($selector-context) { + @include _optionally-nest-content($selector-context) { @content; } } @@ -76,7 +76,7 @@ @if ($encapsulation != 'off') { .cdk-high-contrast-#{$target} :host { - @include _cdk-optionally-nest-content($selector-context) { + @include _optionally-nest-content($selector-context) { @content; } } diff --git a/src/cdk/scrolling/virtual-scroll-viewport.scss b/src/cdk/scrolling/virtual-scroll-viewport.scss index 06c662a9e62d..c24aa19ed3ef 100644 --- a/src/cdk/scrolling/virtual-scroll-viewport.scss +++ b/src/cdk/scrolling/virtual-scroll-viewport.scss @@ -2,7 +2,7 @@ // their container element (e.g. ``, `