Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
306 bytes
|
Line | |
---|
1 | @mixin private-expansion-focus {
|
---|
2 | .mat-expansion-panel {
|
---|
3 | & .mat-expansion-panel-header.cdk-keyboard-focused,
|
---|
4 | & .mat-expansion-panel-header.cdk-program-focused,
|
---|
5 | &:not(.mat-expanded) .mat-expansion-panel-header:hover {
|
---|
6 | &:not([aria-disabled='true']) {
|
---|
7 | @content;
|
---|
8 | }
|
---|
9 | }
|
---|
10 | }
|
---|
11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.