Skip to content

Commit

Permalink
MD Settings: Fix side navigation bar background color for RTL.
Browse files Browse the repository at this point in the history
BUG=593989

Review URL: https://codereview.chromium.org/1828493002

Cr-Commit-Position: refs/heads/master@{#382698}
  • Loading branch information
freshp86 authored and Commit bot committed Mar 22, 2016
1 parent 2181b9d commit d22fae3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
background-color: var(--settings-background-color);
margin-top: 8px;
};
--paper-drawer-panel-right-drawer-container: {
background-color: var(--settings-background-color);
margin-top: 8px;
};
position: relative;
}

Expand Down

0 comments on commit d22fae3

Please sign in to comment.