Skip to content

Commit

Permalink
Use 'lib-css' utility
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Apr 10, 2019
1 parent 2e01743 commit 601e205
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@
width: 0;
}
.field-tooltip .field-tooltip-content::before {
border-bottom-color: @checkout-tooltip-content__border-color;
.lib-css(border-bottom-color, @checkout-tooltip-content__border-color);
}
.field-tooltip .field-tooltip-content::after {
border-bottom-color: @checkout-tooltip-content__background-color;
.lib-css(border-bottom-color, @checkout-tooltip-content__background-color);
top: 1px;
}
}

0 comments on commit 601e205

Please sign in to comment.