Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(drawer): Remove -16px left positioning for interactive list items
Browse files Browse the repository at this point in the history
Resolves #526
  • Loading branch information
traviskaufman committed Apr 24, 2017
1 parent 39985c0 commit bbe6007
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 bbe6007

Please sign in to comment.