css - Remove blue outline -


i getting everytime press button, input, etc

enter image description here

i talk light blue border, should remove ?

i try

  *:active {     outline: 0;   } 

it doesn't work

you're looking *:focus, not :active.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -