File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
integration/mdc-migration Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -3588,9 +3588,9 @@ camelcase@^5.3.1:
3588
3588
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
3589
3589
3590
3590
caniuse-lite@^1.0.30001271, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426 :
3591
- version "1.0.30001480 "
3592
- resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001480 .tgz"
3593
- integrity sha512-q7cpoPPvZYgtyC4VaBSN0Bt+PJ4c4EYRf0DrduInOz2SkFpHD5p3LnvEpqBp7UnJn+8x1Ogl1s38saUxe+ihQQ ==
3591
+ version "1.0.30001486 "
3592
+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001486 .tgz"
3593
+ integrity sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg ==
3594
3594
3595
3595
chalk@^2.0.0 :
3596
3596
version "2.4.2"
Original file line number Diff line number Diff line change @@ -3588,9 +3588,9 @@ camelcase@^5.3.1:
3588
3588
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
3589
3589
3590
3590
caniuse-lite@^1.0.30001271, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426 :
3591
- version "1.0.30001480 "
3592
- resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001480 .tgz"
3593
- integrity sha512-q7cpoPPvZYgtyC4VaBSN0Bt+PJ4c4EYRf0DrduInOz2SkFpHD5p3LnvEpqBp7UnJn+8x1Ogl1s38saUxe+ihQQ ==
3591
+ version "1.0.30001486 "
3592
+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001486 .tgz"
3593
+ integrity sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg ==
3594
3594
3595
3595
chalk@^2.0.0 :
3596
3596
version "2.4.2"
Original file line number Diff line number Diff line change 81
81
// MDC applies `pointer-events: none` to the `.mdc-text-field--disabled`. This breaks clicking on
82
82
// prefix and suffix buttons, so we override `pointer-events` to always allow clicking.
83
83
pointer-events : auto ;
84
+ // Needs a z-index to ensure it's on top of other content clickable. See #27043.
85
+ position : relative ;
86
+ z-index : 1 ;
84
87
}
85
88
86
89
// The prefix/suffix needs a little extra padding between the icon and the infix. Because we need to
You can’t perform that action at this time.
0 commit comments