.button chrome / mobile outline
I cannot get rid of the outline from the .button element when it gets focus on Chorme and mobile browsers, despite having * { outline: none !important; } and also peppering outline: none !important; on every class in my themes file.
Where should i be looking to fix this?