Skip to content

Commit

Permalink
Restore cursor: pointer for checkbox/radio buttons (twbs#29239)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and lucanos committed Oct 27, 2019
1 parent 4d75bbd commit c52570c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
color: $body-color;
text-align: center;
vertical-align: middle;
cursor: if($enable-pointer-cursor-for-buttons, pointer, null);
user-select: none;
background-color: transparent;
border: $btn-border-width solid transparent;
Expand Down

0 comments on commit c52570c

Please sign in to comment.