That might not be a big deal for someones but i'm struggling with a little issue.
When i click several times on elements in my html, there are some blue selection rectangles that showing up.
I'm trying to find a way to get rid of that.
In my scss, i've tried
input, textarea, select, a, button { @include user-select(none) ; }
But i still get this issue mostly on text element.
So my question is : How to disable HTML blue selection when we make clicks on the links.
Any help will be appreciated.
Thanks.