I have the following:
How do I get rid of the blue underline? The code is below:
Well you can simply use this piece of code in your scss file; This will remove that unwanted color change,
a:-webkit-any-link { &:hover { color: white; } }