Merge pull request #13 from jakebrinkmann/master

Remove disabled class from active info button
This commit is contained in:
Cory LaViska
2017-08-01 10:24:40 -04:00
committed by GitHub

View File

@@ -532,7 +532,7 @@ PRINT "SHOELACE IS AWESOME"
<p>
<button type="button" class="active">Default</button>
<button type="button" class="button-success active">Success</button>
<button type="button" class="button-info disabled active">Info</button>
<button type="button" class="button-info active">Info</button>
<button type="button" class="button-warning active">Warning</button>
<button type="button" class="button-danger active">Danger</button>
<button type="button" class="button-inverse active">Inverse</button>