Skip to content

Commit

Permalink
fix(material/form-field): prevent focus overlay stealing clicks (#26229)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Dec 11, 2022
1 parent 06fe1f2 commit 9f4557a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/material/form-field/_form-field-focus-overlay.scss
Expand Up @@ -13,6 +13,8 @@
.mat-mdc-form-field-focus-overlay {
@include layout-common.fill;
opacity: 0;
// Make sure we don't block click on the prefix/suffix.
pointer-events: none;
}
}

Expand Down

0 comments on commit 9f4557a

Please sign in to comment.