Skip to content

Commit

Permalink
Set bg to gray for disabled form.
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Nov 12, 2015
1 parent 7d659ee commit f5f282e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions styles/base/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
&:disabled {
color: $brand-gray;
border-color: $brand-gray-lt;
background: $brand-gray-lt;
cursor: not-allowed;
}

Expand Down

0 comments on commit f5f282e

Please sign in to comment.