diff --git a/packages/mdc-list/mdc-list.scss b/packages/mdc-list/mdc-list.scss index fedc214aa80..c2c73f269f5 100644 --- a/packages/mdc-list/mdc-list.scss +++ b/packages/mdc-list/mdc-list.scss @@ -157,11 +157,11 @@ a.mdc-list-item { @include mdc-ripple-base; @include mdc-ripple-bg((pseudo: "::before")); @include mdc-ripple-fg((pseudo: "::after")); + @include mdc-rtl-reflexive-position(left, $mdc-list-side-padding * -1); position: relative; // Cause the upgraded list item to cover the entirety of the list, causing ripples to emanate // across the entire list element. - left: $mdc-list-side-padding * -1; width: 100%; padding: 0 $mdc-list-side-padding; overflow: hidden;