File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,14 @@ div.mat-mdc-select-panel {
120
120
color : token-utils .slot (select-disabled-arrow-color , $fallbacks );
121
121
}
122
122
123
+ .mat-select-open & {
124
+ transform : rotate (180deg );
125
+ }
126
+
127
+ .mat-form-field-animations-enabled & {
128
+ transition : transform variables .$swift-linear-duration variables .$swift-linear-timing-function ;
129
+ }
130
+
123
131
svg {
124
132
fill : currentColor ;
125
133
position : absolute ;
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ export class MatSelectChange<T = any> {
200
200
'[class.mat-mdc-select-required]' : 'required' ,
201
201
'[class.mat-mdc-select-empty]' : 'empty' ,
202
202
'[class.mat-mdc-select-multiple]' : 'multiple' ,
203
+ '[class.mat-select-open]' : 'panelOpen' ,
203
204
'(keydown)' : '_handleKeydown($event)' ,
204
205
'(focus)' : '_onFocus()' ,
205
206
'(blur)' : '_onBlur()' ,
You can’t perform that action at this time.
0 commit comments