How to change the edge of the Angular Tooltip component color?
The Tooltip popup edge color can be changed by using the below styles for corresponding classes in Angular Tooltip component.
.e-tooltip-wrap .e-tip-content {
border: 2px solid red;
padding: 0px;
}
.e-tooltip-wrap.e-popup {
background-color: #616161;
border: 1px solid red;
}
.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
border-bottom: 8px solid red;
}
.e-arrow-tip-inner.e-tip-top::before {
content: '';
}
Sample: Tooltip edge color customization
For more details refer to the Styles customization UG link.
Conclusion
I hope you enjoyed learning about how to change the edge of the Angular Tooltip component color.
You can refer to our Angular Tolltip feature tour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our Angular Tooltip example to understand how to create and manipulate data.
For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!