Skip to content

Commit 1f92613

Browse files
committed
fix(button): remove pointer events from button wrapper text
1 parent e048c2a commit 1f92613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/button/button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
.mat-button, .mat-flat-button, .mat-stroked-button, .mat-raised-button, .mat-icon-button,
137137
.mat-fab, .mat-mini-fab {
138138
.mat-button-wrapper > * {
139+
pointer-events: none;
139140
vertical-align: middle;
140141
}
141142
}

0 commit comments

Comments
 (0)