Skip to content

Commit

Permalink
bugfix(layout): apply elevation on toolbar on all layouts not just in…
Browse files Browse the repository at this point in the history
…side `td-layout` (#299)
  • Loading branch information
emoralesb05 authored and kyleledbetter committed Jan 29, 2017
1 parent 74bc643 commit e0c8480
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/platform/core/layout/_layout-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
.md-sidenav-container {
background-color: md-color($background, status-bar);
}

td-layout-nav,
td-layout-nav-list,
td-layout-manage-list,
td-layout-card-over,
td-navigation-drawer,
td-layout {
md-toolbar {
@include md-elevation(1);
Expand Down

0 comments on commit e0c8480

Please sign in to comment.