Skip to content

Commit

Permalink
Merge pull request #373 from ajm113/bugfix-has-icon-group-fix
Browse files Browse the repository at this point in the history
Fixed icons disappearing on group classes on focus.
  • Loading branch information
picturepan2 authored Jan 15, 2018
2 parents 2f434ea + 8db9c0a commit be24aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ textarea.form-input {
top: 50%;
transform: translateY(-50%);
width: $control-icon-size;
z-index: $zindex-0 + 1;
}
}

Expand Down

0 comments on commit be24aac

Please sign in to comment.