Skip to content

Commit

Permalink
ENGCOM-4722: Use proper variables for tooltip styles on tablet devices
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Apr 12, 2019
2 parents 7beb40f + 5286ff8 commit 324287d
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: @color-gray40;
.lib-css(border-bottom-color, @checkout-tooltip-content__border-color);
}
.field-tooltip .field-tooltip-content::after {
border-bottom-color: @color-gray-light01;
.lib-css(border-bottom-color, @checkout-tooltip-content__background-color);
top: 1px;
}
}

0 comments on commit 324287d

Please sign in to comment.