Changing pseudo class styling #1029
-
Hi! 👋🏼 |
Beta Was this translation helpful? Give feedback.
Answered by
gilbarbara
May 7, 2024
Replies: 1 comment 1 reply
-
Hey @JoeldelPilar I think it's using the browser's default outline style. .react-joyride__beacon:focus,
.react-joyride__tooltip button:focus {
outline: 1px solid #ff0044;
border-radius: 2px;
} Or use a custom tooltip where you can customize everything. Good luck. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gilbarbara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @JoeldelPilar
I think it's using the browser's default outline style.
You could target the CSS classes to change the globally.
Or use a custom tooltip where you can customize everything.
Good luck.