Skip to content

Commit

Permalink
fix(listitem): border-radius token affects ripple and focus-ring
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 525578694
  • Loading branch information
Elliott Marquez authored and copybara-github committed Apr 19, 2023
1 parent 32c0b37 commit c738f92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions list/lib/listitem/_list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
.content-wrapper {
display: flex;
width: 100%;
border-radius: inherit;
}

md-ripple {
border-radius: inherit;
}

.with-one-line {
Expand Down

0 comments on commit c738f92

Please sign in to comment.