mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-15 10:00:58 +00:00
Merge pull request #12544 from twbs/sayonara-inverse-btn
add .btn-inverse removal to migration guide
This commit is contained in:
commit
b0dc512a4b
1 changed files with 5 additions and 0 deletions
|
|
@ -350,6 +350,11 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
|
|||
<td><code>.input-block-level</code></td>
|
||||
<td>No direct equivalent, but <a href="../css/#forms-controls">forms controls</a> are similar.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Inverse buttons</td>
|
||||
<td><code>.btn-inverse</code></td>
|
||||
<td class="text-muted">N/A</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Fluid row</td>
|
||||
<td><code>.row-fluid</code></td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue