Skip to content

Commit

Permalink
fix(forms): unhide success checkbox
Browse files Browse the repository at this point in the history
fix #322
[fixes #107762198]
  • Loading branch information
August Toman-Yih authored and pivotal committed Jan 20, 2016
1 parent 069efec commit 78ca289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/pivotal-ui/components/forms/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ input[type="radio"] {

.has-success {
position: relative;
&:before {
&:after {
content: "\f00c";
display: block;
position: absolute;
Expand Down

0 comments on commit 78ca289

Please sign in to comment.