Skip to content

Commit bbfec2b

Browse files
authored
chore(tooltip): remove unsupported mat-tooltip selector (#8786)
The `mat-tooltip` selector was left in after the major refactorings Technically not a breaking change since `mat-tooltip` doesn't work anyways (message is not populated by `mat-tooltip` anymore)
1 parent b7071ba commit bbfec2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tooltip/tooltip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const MAT_TOOLTIP_SCROLL_STRATEGY_PROVIDER = {
8585
* https://material.google.com/components/tooltips.html
8686
*/
8787
@Directive({
88-
selector: '[mat-tooltip], [matTooltip]',
88+
selector: '[matTooltip]',
8989
exportAs: 'matTooltip',
9090
host: {
9191
'(longpress)': 'show()',

0 commit comments

Comments
 (0)