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 {
120120 color : token-utils .slot (select-disabled-arrow-color , $fallbacks );
121121 }
122122
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+
123131 svg {
124132 fill : currentColor ;
125133 position : absolute ;
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ export class MatSelectChange<T = any> {
200200 '[class.mat-mdc-select-required]' : 'required' ,
201201 '[class.mat-mdc-select-empty]' : 'empty' ,
202202 '[class.mat-mdc-select-multiple]' : 'multiple' ,
203+ '[class.mat-select-open]' : 'panelOpen' ,
203204 '(keydown)' : '_handleKeydown($event)' ,
204205 '(focus)' : '_onFocus()' ,
205206 '(blur)' : '_onBlur()' ,
You can’t perform that action at this time.
0 commit comments