mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
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:

committed by
Adam Bradley

parent
91478edd9f
commit
b515f5251b
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user