2
0
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:
Mark Otto
2012-07-17 23:32:52 -07:00
parent cb1a59caa0
commit aac3736eea
5 changed files with 64 additions and 8 deletions
+5
View File
@@ -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>