From bbe6007554e096740d682bd385719ac42393466a Mon Sep 17 00:00:00 2001 From: Travis Kaufman Date: Mon, 24 Apr 2017 11:25:07 -0400 Subject: [PATCH] fix(drawer): Remove -16px left positioning for interactive list items Resolves #526 --- packages/mdc-drawer/_mixins.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/mdc-drawer/_mixins.scss b/packages/mdc-drawer/_mixins.scss index 0f3c6b58e43..95be2202ee6 100644 --- a/packages/mdc-drawer/_mixins.scss +++ b/packages/mdc-drawer/_mixins.scss @@ -82,6 +82,12 @@ text-decoration: none; @include mdc-typography(body2); + + // Remove the 16px left offset since we already expand the padding of the list item to take up + // the width of the drawer. + &.mdc-ripple-upgraded { + left: 0; + } } .mdc-list-item__start-detail {