“cara menghapus dekorasi tombol” Kode Jawaban

cara menghapus dekorasi tombol

button {
    border: none;
}

button:focus {
    border: none;
    outline: none;
}

button:focus{
    outline:none !important;
}
(add !important if it is used in Bootstrap)
Rohit

Hapus tombol Default Border CSS

button:focus { outline: none; }
Wandering Warbler

Jawaban yang mirip dengan “cara menghapus dekorasi tombol”

Pertanyaan yang mirip dengan “cara menghapus dekorasi tombol”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya