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.
This commit is contained in:
@ -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>`
|
||||
|
Reference in New Issue
Block a user