mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-20 12:20:58 +00:00
removed reference to button color and gradient
Changed the wording to reflect the default button's new look since it's no longer grey and doesn't have a gradient. I'd say this new wording isn't ideal and needs something a bit more, well, descriptive.
This commit is contained in:
parent
0759dc4119
commit
3d366038d7
1 changed files with 1 additions and 1 deletions
2
css.html
2
css.html
|
|
@ -1972,7 +1972,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
<button type="button" class="btn btn-link">Link</button>
|
||||
</div>
|
||||
{% highlight html %}
|
||||
<!-- Standard gray button with gradient -->
|
||||
<!-- Standard button -->
|
||||
<button type="button" class="btn btn-default">Default</button>
|
||||
|
||||
<!-- Provides extra visual weight and identifies the primary action in a set of buttons -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue