Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

307
Visualizações
when i clicked on button the border color change default in black color in html and css

I used a two-button when I clicked on that button div should be changed using javascript replaced the function the problem is when I click on the button border should be changed by default black color I could not find where it was added that I'm adding screenshots. it happened after I added on click replaced function when I clicked on that border color is black

<script>
        function replace(hide, show) {
            document.getElementById(hide).style.display = "none";
            document.getElementById(show).style.display = "block";
        }
    </script>
     <div class="two_btn">
            <div class="order_btn">
                <button type="button"  onclick="replace('div2','div1')">Order & Collect</button>
            </div>
            <div class="book_collection">
                <button type="button" onclick="replace('div1','div2')">Book UK Collection</button>
            </div>
        </div>

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

It's an on-focus outline, automatically added by your browser. To remove it completely (not advisable), you can add this to your CSS:

button:focus {
  outline: none;
}

Why you should not do this and use a different approach instead:

https://www.a11yproject.com/posts/never-remove-css-outlines/

http://www.outlinenone.com/

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda