Skip to content

Commit

Permalink
Tweak disabled form input according to design.
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Oct 29, 2015
1 parent ffd931d commit ce1cf7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/base/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@

&.-disabled,
&:disabled {
color: $brand-gray;
border-color: $brand-gray;
cursor: not-allowed;
background: $brand-gray-lt;
}

&.-sky {
Expand Down

0 comments on commit ce1cf7c

Please sign in to comment.