rosen-group / ngx-onboarding

Onboarding module for Angular applications
Other
52 stars 13 forks source link

White background of the spotlight #70

Open sudoman281 opened 3 years ago

sudoman281 commented 3 years ago

When I use the spotlight on one of my elements, the element becomes invisible (the whole spotlight is just plain white). image With onboarding closed: image

After adding this to styles, everything works as expected for me: .onboarding-spotlight { background: transparent !important; }

SDohle commented 3 years ago

Thanks for your feedback. We already discovered similar problems and are evaluating the best solution to set colors for different styles. Best regards Steffen

SDohle commented 3 years ago

Please take a look at the Properties of OnboardingItem (projects/ngx-onboarding/src/lib/models/onboarding-item.model.ts) and try to use the disable properties in your json settings.