Skip to content

Commit

Permalink
fix(forms): Make sure select colors aren't wiped out by link change
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflembeck committed Jun 2, 2016
1 parent da7b84d commit 2a7e652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/forms/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ them over a custom dropdown whenever possible.
}

select.form-control {
color: $link-color;
color: $input-color-hover;
font-weight: $input-font-weight;
&:hover, &:focus {
color: $input-color-hover;
Expand Down
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"dependencies": {
"@npmcorp/pui-css-bootstrap": "^2.0.0"
},
"version": "3.0.5"
"version": "3.0.6"
}

0 comments on commit 2a7e652

Please sign in to comment.