The popover pointer on the signpost uses a border-right: 0.6rem solid white; to get its color. It should instead use some CSS property (when enabled) to set the color (in the case of the default theme white). This breaks theming of the signpost when a user is using CSS properties.
https://stackblitz.com/edit/clarity-v3-light-theme-b8kbka?file=angular.json
.popover-pointer:before elementwhite whereas on the .signpost-wrap the background-color uses some CSS property.The .popover-pointer:before element should be theme-able using CSS properties.
App
Device:
Assigning to myself, as I am currently working on some signposts changes.
Most helpful comment
Assigning to myself, as I am currently working on some signposts changes.