I know the reasons and the nuances for having outline there...I'm asking why this doesn't work:
*:focus {
outline: none;
}
despite not having outline configured in any other css rules...yet when I use !important
it works fine....we're taught to avoid using !important as much as possible because it mucks up the decreasing order of specificity. Wonderful....so how do I walk through my code to figure out what causes this to happen?