mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
fixes #3845: add .btn-link for transparent buttons styled as links
This commit is contained in:
+5
@@ -1362,6 +1362,11 @@
|
||||
<td><code>btn btn-inverse</code></td>
|
||||
<td>{{_i}}Alternate dark gray button, not tied to a semantic action or use{{/i}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><button type="button" class="btn btn-link">{{_i}}Link{{/i}}</button></td>
|
||||
<td><code>btn btn-link</code></td>
|
||||
<td>{{_i}}Deemphasize a button by making it look like a link while maintaining button behavior{{/i}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user