Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 5fa9d3c

Browse files
committed
Buttons: Fixed Typos
1 parent 765b19b commit 5fa9d3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demos/buttons.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<h1>CSS Chassis</h1>
1616

17-
<h2>Button tag</h2>
17+
<h2>Button Classes</h2>
1818

1919
<p>Use the button classes on an <code>&lt;a&gt;</code>, <code>&lt;button&gt;</code>, or <code>&lt;input&gt;</code> element.
2020

@@ -99,7 +99,7 @@ <h3>Disabled Class</h3>
9999
<a class="ui-button--default--disabled" href="#" role="button">Disabled</a>
100100
</p>
101101
<p>
102-
<a class="ui-button--primary--small--disabled" href="#" role="button">Disabled/a>
102+
<a class="ui-button--primary--small--disabled" href="#" role="button">Disabled</a>
103103
<a class="ui-button--default--small--disabled" href="#" role="button">Disabled</a>
104104
</p>
105105
<p>

scss/atoms/buttons/_buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
}
9898

9999
&--extra-small {
100-
@extend %ui-button--extra-small;
101100
@include ui-button($ui-button-default-color, $ui-button-default-background);
101+
@include ui-button-sizes($ui-button-extra-small);
102102
@include ui-button-states($ui-button-default-color, $ui-button-default-background);
103103

104104
&--disabled {

0 commit comments

Comments
 (0)