i used the css property to remove the yellow outline from google chrome but still no result back it is always there and i tried all the options i found outher such as:
input[type="text"]:focus {outline:none;}
input:focus {outline:none;}
input[type="text"]:focus {outline-style:none;box-shadow:none;border-color:transparent;}
try to add (!important)