Skip to content

Commit

Permalink
fix(listitem): hide android tap color since we have ripple
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 527382451
  • Loading branch information
e111077 authored and Copybara-Service committed Apr 26, 2023
1 parent 39acf68 commit 0d3d032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions list/lib/listitem/_list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
text-decoration: none;
background-color: var(--_list-item-container-color);
border-radius: var(--_list-item-container-shape);
// hide android tap color since we have ripple
-webkit-tap-highlight-color: transparent;

&:not(.disabled) {
cursor: pointer;
Expand Down

0 comments on commit 0d3d032

Please sign in to comment.