I have been ignoring this bug for a while, but now need to figure this out. I saw others with the same problem, but was not able to resolve per the instructions. - Here is the issue:
My Nav Links are all orange in all states per the styles assigned. And this works and looks fine in the Designer. However, on the live site, the focused nav links are blue.
Yes, that is expected behavior, the class is on the current state. If you would not like the current state to be blue make sure to edit it so that the CSS would be the same as the non current states.
This is due to the Current state applied to a link to the page you are on. To change that blue status, simply select the link while you are on the page to get the current style. Then choose another color and then choose the color you want. This is a bug where it won’t inherit the color of the default style until you change the color to something else, then choose a color. What I tend to do is copy the hex value for your hover state and paste it into the text color.
I mad you a gif to show how to do this.
Good Luck!