Skip to content

Commit

Permalink
ENGCOM-4347: Css property name issue #21368
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaschenko authored Feb 24, 2019
2 parents 0d0b300 + f9a7399 commit c81aa8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
.lib-css(color, @attr-swatch-option__color);

&.selected {
.lib-css(blackground, @attr-swatch-option__selected__background);
.lib-css(background, @attr-swatch-option__selected__background);
.lib-css(border, @attr-swatch-option__selected__border);
.lib-css(color, @attr-swatch-option__selected__color);
}
Expand Down

0 comments on commit c81aa8d

Please sign in to comment.