“Como remover o fundo azulado em um botão quando clicado” Respostas de código

Button Background Color Remover

.button {     
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;      
}
Divyansh Singh Parihar

Como remover o fundo azulado em um botão quando clicado

button {
  -webkit-tap-highlight-color: transparent;
}
/* This did it for me */
Code Rabbi

Respostas semelhantes a “Como remover o fundo azulado em um botão quando clicado”

Perguntas semelhantes a “Como remover o fundo azulado em um botão quando clicado”

Procure respostas de código populares por idioma

Procurar outros idiomas de código