Skip to content

Commit 9f4557a

Browse files
authored
fix(material/form-field): prevent focus overlay stealing clicks (#26229)
1 parent 06fe1f2 commit 9f4557a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/material/form-field/_form-field-focus-overlay.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
.mat-mdc-form-field-focus-overlay {
1414
@include layout-common.fill;
1515
opacity: 0;
16+
// Make sure we don't block click on the prefix/suffix.
17+
pointer-events: none;
1618
}
1719
}
1820

0 commit comments

Comments
 (0)