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

139
Visualizações
How to remove blue shade from dropdown

I'm back for another beatin' ;)

So I have a hamburger with a dropdown menu, When opening the burger, a blue shade appears around the entire dropdown and the hamburger. I think is the focus part in the script and cannot figure it out. I would like to rid the focus thingy.

$(".dropdown").click(function () {
    $(this).attr("tabindex", 1).focus();
    $(this).toggleClass("active");
    $(this).find(".dropdown-menu").slideToggle(300);
});
$(".dropdown").focusout(function () {
    $(this).removeClass("active");
    $(this).find(".dropdown-menu").slideUp(300);
});

I also have the CSS if needed. Thank you for reading. Mike.

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

0

It's CSS. Just try

.dropdown-menu {
  outline: none;
}

buuuuut, it's there for a reason. Outlines exist for accesibility reasons. You should not remove them.

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