Skip to content

Commit

Permalink
Merge pull request #572 from douggr/master
Browse files Browse the repository at this point in the history
(fix) Disabled buttons should have `cursor: default`
  • Loading branch information
Dogfalo committed Feb 2, 2015
2 parents ebdce3b + 21bbd80 commit 3b56d78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
background-color: $button-bg-color-disabled;
box-shadow: none;
color: $button-color-disabled;
cursor: default;

&:hover {
background-color: $button-bg-color-disabled;
Expand Down Expand Up @@ -121,6 +122,7 @@

&.disabled {
color: lighten(#999, 10%);
cursor: default;
}
}

Expand Down

0 comments on commit 3b56d78

Please sign in to comment.