I know there are other questions like this but I've tried everything they have suggested. This is a different question.
If I use Input type="file" then I see a dotted outline in internet explorer.
a {
outline: 0;
}
object, embed
{
outline: 0;
}
.input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
outline: 0 !important;
}
The above code is working fine for checkbox, radio button but it is not working for the file type.