Removed btn-default. added btn-secondary (#34224)

btn-default class has been renamed to btn-secondary in 4.0 verson and is no longer used.
pull/21122/head^2
trbst 2018-11-05 20:24:21 +01:00 committed by Jonathan Grah
parent 9c44af828d
commit 68d264a354
1 changed files with 4 additions and 4 deletions

View File

@ -25,14 +25,14 @@ This is a list of the CSS classes that bootstrap provides for buttons.
`<button type="button" class="btn">Basic</button>`
`.btn-default` Bootstrap's default button.
`<button type="button" class="btn btn-default">Default</button>`
`.btn-primary` Bootstrap's primary button.
`<button type="button" class="btn btn-primary">Primary</button>`
`.btn-secondary` Bootstrap's secondary button.
`<button type="button" class="btn btn-secondary">Secondary</button>`
`.btn-success` Bootstrap's success button.
`<button type="button" class="btn btn-success">Success</button>`