Skip to content

Commit

Permalink
blank out pointer events on icons in buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Whitton committed Apr 20, 2017
1 parent f50287d commit cc67022
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@

.btn {
@include btn;

> i {
pointer-events: none;
}
}

/**
Expand Down

0 comments on commit cc67022

Please sign in to comment.