mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
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:
@ -84,10 +84,10 @@ $navbar-md-height: $toolbar-md-height !default;
|
|||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-md[no-shadow]::after,
|
.header-md[no-border]::after,
|
||||||
.footer-md[no-shadow]::before,
|
.footer-md[no-border]::before,
|
||||||
.tabs-md[tabsPlacement="top"][no-shadow] > .tabbar::after,
|
.tabs-md[tabsPlacement="top"][no-border] > .tabbar::after,
|
||||||
.tabs-md[tabsPlacement="bottom"][no-shadow] > .tabbar::before {
|
.tabs-md[tabsPlacement="bottom"][no-border] > .tabbar::before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user