Skip to content

Add border to arrow? #1009

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

You must be logged in to vote

Hey @LuqmanAzman
It's not supported. Adding a border to the arrow alone produces weird results:

If you still want to add it, you could do it with CSS.

.__floater__arrow {
	polygon {
		stroke: #f04;
    	stroke-width: 3px;
	}
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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