Skip to content

Commit

Permalink
refactor(toolbar): rename no-shadow to no-border for md mode
Browse files Browse the repository at this point in the history
BREAKING CHANGES:

Renamed `no-shadow` attribute for Material Design header, footer, and
tabs to `no-border`. This is the same attribute used by iOS mode.
  • Loading branch information
brandyscarney committed Dec 7, 2016
1 parent 8037086 commit b73304e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/toolbar/toolbar.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ $navbar-md-height: $toolbar-md-height !default;
background-position: 0 0;
}

.header-md[no-shadow]::after,
.footer-md[no-shadow]::before,
.tabs-md[tabsPlacement="top"][no-shadow] > .tabbar::after,
.tabs-md[tabsPlacement="bottom"][no-shadow] > .tabbar::before {
.header-md[no-border]::after,
.footer-md[no-border]::before,
.tabs-md[tabsPlacement="top"][no-border] > .tabbar::after,
.tabs-md[tabsPlacement="bottom"][no-border] > .tabbar::before {
display: none;
}

Expand Down

0 comments on commit b73304e

Please sign in to comment.