refactor(toolbar): move border from toolbar to header/footer and increase opacity

This matches native iOS. Removed the `no-border-top` and
`no-border-bottom` from toolbars since it is only added to `ion-header`
and `ion-footer` now, and added `no-border` to each of those.
This commit is contained in:
Brandy Carney
2016-11-23 18:54:05 -05:00
committed by Adam Bradley
parent 91478edd9f
commit b515f5251b
8 changed files with 167 additions and 19 deletions

View File

@ -259,3 +259,7 @@ e2e-popover-basic .text-seravek {
e2e-popover-basic .text-times-new-roman {
font-family: "Times New Roman";
}
.rainbow-content {
background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
}