将此添加到覆盖材质样式的文件中:
// this workaround allows for the tooltips to appear on disabled buttons (since mouse events aren't fired for them)
button:disabled.mat-mdc-tooltip-trigger {
pointer-events: auto !important;
// remove the ripple effect on hover
> span:first-child {
display: none;
}
}
悬停时它将显示没有波纹背景的工具提示。