We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b7671 commit d52c329Copy full SHA for d52c329
src/material/expansion/expansion-panel-header.scss
@@ -14,6 +14,11 @@
14
transition: height expansion-variables.$header-transition;
15
}
16
17
+ // Ensures that the focus indicator has the same shape as the header.
18
+ &::before {
19
+ border-radius: inherit;
20
+ }
21
+
22
@include token-utils.use-tokens(
23
tokens-mat-expansion.$prefix, tokens-mat-expansion.get-token-slots()) {
24
@include token-utils.create-token-slot(height, header-collapsed-state-height);
0 commit comments