Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/material/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@forward './core/core' show core, app-background, elevation-classes;
@forward './core/ripple/ripple' show ripple;
@forward './core/focus-indicators/private' show strong-focus-indicators,
strong-focus-indicators-color, strong-focus-indicators-theme;
strong-focus-indicators-color, strong-focus-indicators-theme, strong-focus-indicators-structure;
@forward './core/style/elevation' show elevation, overridable-elevation, elevation-transition;

// Theme bundles
Expand Down
2 changes: 1 addition & 1 deletion src/material/core/focus-indicators/_private.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $default-border-color: transparent;
$default-border-radius: 4px;

// Mixin that renders the focus indicator structural styles.
@mixin structural-styling() {
@mixin strong-focus-indicators-structure() {
.mat-focus-indicator {
position: relative;

Expand Down
2 changes: 1 addition & 1 deletion src/material/core/focus-indicators/structural-styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@use './private';

@include private.structural-styling();
@include private.strong-focus-indicators-structure();
Loading