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
(cherry picked from commit 9f4557a)
  • Loading branch information
mmalerba committed Dec 11, 2022
1 parent ae3c778 commit df7ac27
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 df7ac27

Please sign in to comment.