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

Commit 765b19b

Browse files
committed
Buttons: bug fix
1 parent ff413db commit 765b19b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/atoms/buttons/_buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
&--focus {
2222
@include ui-button($ui-button-default-color, $ui-button-default-background);
2323
@include ui-button-sizes($ui-button-default);
24-
@include ui-button-state-disabled($ui-button-default-background);
24+
@include ui-button-state-focus($ui-button-default-background);
2525
}
2626

2727
&--active {

scss/atoms/buttons/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* ==========================================================================
55
*/
66

7-
@mixin ui-button($color, $bgcolor,) {
7+
@mixin ui-button($color, $bgcolor) {
88
background: $bgcolor;
99
border: 0;
1010
color: $color;

0 commit comments

Comments
 (0)