Skip to content

Commit

Permalink
remove cursor: pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 28, 2016
1 parent 62c4cb2 commit 232e86d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
user-select: none;
border: $input-btn-border-width solid transparent;
@include button-size($btn-padding-y, $btn-padding-x, $font-size-base, $btn-border-radius);
Expand Down

1 comment on commit 232e86d

@adamsilver
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @mdo

Please sign in to comment.