Skip to content

Commit b73304e

Browse files
committed
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.
1 parent 8037086 commit b73304e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/toolbar/toolbar.md.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ $navbar-md-height: $toolbar-md-height !default;
8484
background-position: 0 0;
8585
}
8686

87-
.header-md[no-shadow]::after,
88-
.footer-md[no-shadow]::before,
89-
.tabs-md[tabsPlacement="top"][no-shadow] > .tabbar::after,
90-
.tabs-md[tabsPlacement="bottom"][no-shadow] > .tabbar::before {
87+
.header-md[no-border]::after,
88+
.footer-md[no-border]::before,
89+
.tabs-md[tabsPlacement="top"][no-border] > .tabbar::after,
90+
.tabs-md[tabsPlacement="bottom"][no-border] > .tabbar::before {
9191
display: none;
9292
}
9393

0 commit comments

Comments
 (0)