Skip to content

Commit

Permalink
fix(chip): make tap highlight transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegenne committed Nov 22, 2023
1 parent f7a66a8 commit c3bfbaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chips/internal/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
display: inline-flex;
height: var(--_container-height);
cursor: pointer;
-webkit-tap-highlight-color: transparent;

@include ripple.theme(
(
Expand Down

0 comments on commit c3bfbaa

Please sign in to comment.