Skip to content

Commit

Permalink
ENGCOM-4347: Css property name issue #21368
Browse files Browse the repository at this point in the history
 - Merge Pull Request #21368 from amol2jcommerce/magento2:CSS-Property-name-issue
 - Merged commits:
   1. f669a4d
   2. ac8b808
   3. 40a6274
   4. 2123f2f
   5. 9a0c504
   6. a68e815
  • Loading branch information
magento-engcom-team committed Feb 20, 2019
2 parents 310648c + a68e815 commit f9a7399
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 f9a7399

Please sign in to comment.