Skip to content

Commit

Permalink
Merge pull request #1107 from /issues/1088/1
Browse files Browse the repository at this point in the history
Fixes #1088. Add pointer-events:none to font icons.
  • Loading branch information
magsout authored Jun 30, 2016
2 parents e5bad88 + fe4a95a commit 361a046
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webcompat/static/css/development/components/icon-font.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
vertical-align:middle;
}

.wc-Icon:not(button) {
pointer-events: none;
}

.wc-Icon--cloud-download:before {
content: "\f0ed";
}
Expand Down

0 comments on commit 361a046

Please sign in to comment.