Skip to content

Commit

Permalink
fix(field): set tap-highlight-color style to transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
Enlcxx committed Feb 1, 2019
1 parent 0dd078a commit fa718f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/field/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const STYLES = (theme: ThemeVariables) => {
display: 'flex',
alignItems: 'center',
position: 'relative',
'-webkit-tap-highlight-color': 'transparent',
'&:after': {
...LY_COMMON_STYLES.fill,
content: `\'\'`,
Expand Down

0 comments on commit fa718f3

Please sign in to comment.