Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dotted line border doesn't match up on corners and sides #2

Open
httpJunkie opened this issue Mar 22, 2019 · 3 comments
Open

Dotted line border doesn't match up on corners and sides #2

httpJunkie opened this issue Mar 22, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@httpJunkie
Copy link

Describe the bug
I see overlapping of dots on border-radius corners and sides which visually is not very appealing.

Props to Reproduce
Simply choose dotted as a border

Screenshots
Take a screenshot of the style in the playground
image

Additional context (Optional)
I know this is a tough thing to fix, I don't have a great solution, CSS tricks and StackOverflow have some ideas on using images to fix this, but I'm not sure if this is an acceptable approach.

@httpJunkie httpJunkie added the bug Something isn't working label Mar 22, 2019
@Metroxe
Copy link
Owner

Metroxe commented Mar 22, 2019

To be honest I did discover this, and you are right. It will be tricky to solve, because those are 3 separate divs, and I need so somehow predict where the dotted lines are going to separate. I'm going to try looking into this.

@httpJunkie
Copy link
Author

It's an issue with and without border-radius so it poses some challenges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@httpJunkie @Metroxe and others