You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your task related to a problem? Please describe.
The SDK currently applies styles to a table tooltip via ::ng-deep which has been deprecated.
Describe the solution you'd like
We need to provide respective style rules globally, targeting by a specific selector, and avoiding ::ng-deep and !important.
The text was updated successfully, but these errors were encountered:
Is your task related to a problem? Please describe.
The SDK currently applies styles to a table tooltip via
::ng-deep
which has been deprecated.Describe the solution you'd like
We need to provide respective style rules globally, targeting by a specific selector, and avoiding
::ng-deep
and!important
.The text was updated successfully, but these errors were encountered: