This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +12
-6
lines changed
material-components-web/scss Expand file tree Collapse file tree 7 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 31
31
"@angular/forms" : " ^7.1.4" ,
32
32
"@angular/platform-browser" : " ^7.1.4" ,
33
33
"core-js" : " ^2.6.1" ,
34
- "material-components-web" : " ^0.42.0 " ,
34
+ "material-components-web" : " ^0.42.1 " ,
35
35
"rxjs" : " ^6.3.3" ,
36
36
"tsickle" : " ^0.34.0" ,
37
37
"tslib" : " 1.9.3" ,
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ $mdc-menu-surface-fade-in-duration: .03s;
24
24
$mdc-menu-surface-fade-out-duration : .075s ;
25
25
$mdc-menu-surface-scale-duration : .12s ;
26
26
$mdc-menu-surface-min-distance-from-edge : 32px ;
27
+ $mdc-menu-surface-z-index : 8 !default ; // One above mdc-dialog
Original file line number Diff line number Diff line change 47
47
opacity : 0 ;
48
48
overflow : auto ;
49
49
will-change : transform , opacity ;
50
- z-index : 4 ;
51
-
50
+ z-index : $mdc-menu-surface-z-index ;
51
+
52
52
& :focus {
53
53
outline : none ;
54
54
}
Original file line number Diff line number Diff line change 65
65
}
66
66
}
67
67
68
+ // Extra specificity required to override `display` property on `mdc-list-item__graphic`.
68
69
.mdc-menu__selection-group-icon {
69
70
@include mdc-rtl-reflexive-position (left , 16px );
70
71
Original file line number Diff line number Diff line change 423
423
padding : 0 ;
424
424
}
425
425
}
426
+
427
+ & .mdc-text-field--textarea .mdc-text-field__input {
428
+ resize : vertical ;
429
+ }
426
430
}
427
431
428
432
@mixin mdc-text-field-fullwidth-invalid_ {
Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ export class MdcNotchedOutline {
53
53
54
54
constructor ( public elementRef : ElementRef < HTMLElement > ) { }
55
55
56
- /** Updates notched outline to open notch in outline path . */
56
+ /** Updates classes and styles to open the notch to the specified width . */
57
57
notch ( notchWidth : number ) : void {
58
58
this . _foundation . notch ( notchWidth ) ;
59
59
}
60
60
61
- /** Updates the notched outline to close notch in outline path . */
61
+ /** Updates classes and styles to close the notch . */
62
62
closeNotch ( ) : void {
63
63
this . _foundation . closeNotch ( ) ;
64
64
}
Original file line number Diff line number Diff line change @@ -5899,7 +5899,7 @@ matchdep@^2.0.0:
5899
5899
resolve "^1.4.0"
5900
5900
stack-trace "0.0.10"
5901
5901
5902
- material-components-web@^0.42.0 :
5902
+ material-components-web@^0.42.1 :
5903
5903
version "0.42.1"
5904
5904
resolved "https://registry.yarnpkg.com/material-components-web/-/material-components-web-0.42.1.tgz#007b729af28f8f22bef003e90c548853694f5ea4"
5905
5905
integrity sha512-Hl5l7BX/9HoT8zlV5glbRCnE/B3w/bnsq2UdJ+8VqDSX8hIwgKMgDAdemV5nKTQlRS6zkM8yk/xV3aAU/jAr4w==
You can’t perform that action at this time.
0 commit comments