Skip to content

Commit

Permalink
Lighten disabled form border color.
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Oct 29, 2015
1 parent ce1cf7c commit 1c49965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/base/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
&.-disabled,
&:disabled {
color: $brand-gray;
border-color: $brand-gray;
border-color: $brand-gray-lt;
cursor: not-allowed;
}

Expand Down

0 comments on commit 1c49965

Please sign in to comment.