1
I’m having trouble with a menu that has images with redirect to modal
, when I close the modal
he gets a blue border on Chrome and dotted on IE, I’ve tried outline: none
and border: 0
.
Someone’s been through it?
I want to take from this image:
<a href="#Concursos" role="button" data-toggle="modal" data-target="#Concursos" class="col-lg-1 col-md-2 col-sm-3 col-xs-6 text-center home">
<img src="icones/icone_Concursos.png" alt="Concursos" /></a>
.centro_site {
width: 100%; float: left; padding: 0px 10px; margin-top: 10px; outline: none;
}
And she’s still inside .row
of bootscrap
, but I’ve already put everything 0 also the outline
of bootscrap
.
Add CSS so we can help you, and where you’ve added
outline:none
that didn’t work, because it should...– Berriel
I edited the question.
– Willian Coqueiro
The images are with class .home. I added it too and it didn’t work .
– Willian Coqueiro