blue outline around anchor elments when clicked
-
Hello, Im creating an admin section for a theme im making, and while designing it, i noticed that theres an outline applied to the anchor element when i click it. I have an image to show what i mean.
I know most of the answers will be it’s because of the browser, but this time it not, i tested it on a simple php page and i didnt have this issue, but soon as i load it up in wordpress as im creating the pluging it does that. is there anyway to overide and remove it, i think it’s coming from wordpress. the online outline i see that’s active is thisa, div {
outline: 0;
outline-color: initial;
outline-style: initial;
outline-width: 0px;
}which is loaded from the wordpress load-styles.php
;
- The topic ‘blue outline around anchor elments when clicked’ is closed to new replies.