Skip to content

Commit

Permalink
fix(drawer): Remove -16px left positioning for interactive list items (
Browse files Browse the repository at this point in the history
…#550)

Resolves #526
  • Loading branch information
traviskaufman committed Apr 24, 2017
1 parent 39985c0 commit 9229e0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/mdc-drawer/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9229e0b

Please sign in to comment.