mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user