ngOnboarding icon indicating copy to clipboard operation
ngOnboarding copied to clipboard

Only set .onboarding-focus class when onboarding is enabled

Open kogre opened this issue 8 years ago • 1 comments

Whenever the onboarding is not (yet) active, the onboarding-focus class is set on the element of the first step. This might conflict with some existing z-index attributes, yielding unwanted behavior (as it did in my case).

This PR runs the update logic on changes to index as well as enabled, and only sets the onboarding-focus class on elements when the onboarding is active.

kogre avatar Apr 14 '16 18:04 kogre

@adamalbrecht

Attached item is not focused in case of <a> tags sometimes even in <div>

image

Sorry to ask this here as issues tab is disabled. . . . . Thanks for the awesome plugin.

atulherenow avatar Mar 03 '17 10:03 atulherenow