Remove disabled class from active info button

Believed to be a typo, as it is out of place with the other active buttons
This commit is contained in:
Jake Brinkmann
2017-08-01 07:12:07 -05:00
committed by GitHub
parent 39b44e9519
commit b2c3cebbad

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>