Skip to content

Commit

Permalink
fix(list-item): make tap highlight transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegenne committed Nov 23, 2023
1 parent 6be83b4 commit cca0789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions list/internal/listitem/_list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
:host {
border-radius: map.get($tokens, 'container-shape');
display: flex;
-webkit-tap-highlight-color: transparent;

@include ripple.theme(
(
Expand Down

0 comments on commit cca0789

Please sign in to comment.