“Garis besar tombol bootstrap” Kode Jawaban

Hapus garis tombol bootstrap

.btn{
	box-shadow: none !important
}
SteveMcT

Tombol Garis Bootstrap

In need of a button, but not the hefty background colors they bring? 
Replace the default modifier classes with the .btn-outline-* ones to 
remove all background images and colors on any button.

<button type="button" class="btn btn-outline-primary">Primary</button>
<button type="button" class="btn btn-outline-secondary">Secondary</button>
<button type="button" class="btn btn-outline-success">Success</button>
<button type="button" class="btn btn-outline-danger">Danger</button>
<button type="button" class="btn btn-outline-warning">Warning</button>
<button type="button" class="btn btn-outline-info">Info</button>
<button type="button" class="btn btn-outline-light">Light</button>
<button type="button" class="btn btn-outline-dark">Dark</button>
Dev

Tombol Bootstrap 4

<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-light">Light</button>
<button type="button" class="btn btn-dark">Dark</button>

<button type="button" class="btn btn-link">Link</button>
Binary Killer

Garis besar tombol bootstrap

<button type="button" class="btn btn-outline-primary" href="#">Primary</button>
TheDevStar

tombol garis besar Bootstrap Blue

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
Anthony Smith

Tombol Garis Bootstrap

Button-bootstrap

<button type="button" class="btn btn-outline-primary">Primary</button>
<button type="button" class="btn btn-outline-secondary">Secondary</button>
<button type="button" class="btn btn-outline-success">Success</button>
<button type="button" class="btn btn-outline-danger">Danger</button>
<button type="button" class="btn btn-outline-warning">Warning</button>
<button type="button" class="btn btn-outline-info">Info</button>
<button type="button" class="btn btn-outline-light">Light</button>
<button type="button" class="btn btn-outline-dark">Dark</button>
Evil Echidna

Jawaban yang mirip dengan “Garis besar tombol bootstrap”

Pertanyaan yang mirip dengan “Garis besar tombol bootstrap”

Jelajahi jawaban kode populer menurut bahasa