Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

144
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda