Skip to content

Commit

Permalink
fix(input): Fix alignment issues when using slds-input__icon (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonferrua authored Nov 16, 2017
1 parent 47539eb commit cb3fe60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/components/input/base/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
top: 50%;
margin-top: (($square-icon-medium-content-alt / 2) * -1);
line-height: 1;
border: 0; // Re-aligns icons to center

/* @Todo - we need to be sure this is deprecated since the color sems to be the correct gray I see in specs */
@include deprecate('4.0.0', 'Use .slds-icon-text-default on the SVG icon instead') {
Expand Down

0 comments on commit cb3fe60

Please sign in to comment.