add mdTooltipClass to allow CSS customization of tooltips #4601
Labels
feature
This issue represents a new feature or feature request rather than a bug or bug fix
help wanted
The team would appreciate a PR from the community to address this issue
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
Bug, feature request, or proposal:
The ability to specify a CSS class for a MdTooltip.
What is the expected behavior?
Developers should be able to customize some tooltips with CSS rules.
What is the current behavior?
Developers cannot apply CSS to a portion of tooltips because they are created in the
cdk-overlay-container
. Their only option is to apply CSS globally using.mat-tooltip
.What is the use-case or motivation for changing an existing behavior?
A number of feature requests could probably be resolved if developers had mdTooltipClass
#3389
The text was updated successfully, but these errors were encountered: