refactor(toolbar): rename no-shadow to no-border for md mode

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.
This commit is contained in:
Brandy Carney
2016-12-07 11:53:45 -05:00
parent 8037086650
commit b73304e3aa

View File

@ -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;
}