Skip to content

Commit 3ad80e4

Browse files
crisbetoandrewseguin
authored andcommitted
fix(button): remove webkit tap highlight (#4953)
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.
1 parent 1e92545 commit 3ad80e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/core/style/_button-common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
cursor: pointer;
77
outline: none;
88
border: none;
9+
-webkit-tap-highlight-color: transparent;
910
}

0 commit comments

Comments
 (0)