Articles in this section

How to change the edge of the Angular Tooltip component color?

This article explains how to change the edge color of the Angular Tooltip component. The tooltip popup edge color can be changed by using the styles below for the corresponding classes in the 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: '';
} 

Refer to the working sample for additional details and implementation:Tooltip edge color customization

For more details, refer to the Styles customization UG link.

Conclusion

We 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, BoldDesk Support, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied