Skip to content

Changing pseudo class styling #1029

Answered by gilbarbara
JoeldelPilar asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @JoeldelPilar

I think it's using the browser's default outline style.
You could target the CSS classes to change the globally.

.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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JoeldelPilar
Comment options

Answer selected by gilbarbara
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants