Skip to content

Commit

Permalink
fix(button): remove webkit tap highlight (#4953)
Browse files Browse the repository at this point in the history
Removes the overlay that gets added when tapping on something on a mobile Webkit browser. It is unnecessary in our case, because we render a ripple and we have an overlay that darkens focused buttons.
  • Loading branch information
crisbeto authored and andrewseguin committed Jun 8, 2017
1 parent 1e92545 commit 3ad80e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/core/style/_button-common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
cursor: pointer;
outline: none;
border: none;
-webkit-tap-highlight-color: transparent;
}

0 comments on commit 3ad80e4

Please sign in to comment.