mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +08:00
fix(border): no-border only applies to header not toolbars
This commit is contained in:
@ -11,14 +11,14 @@
|
||||
<body onload="listenForEvent()">
|
||||
<ion-app>
|
||||
<ion-page>
|
||||
<ion-header>
|
||||
<ion-header no-border>
|
||||
<ion-toolbar>
|
||||
<ion-title>Segment - Basic</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
<ion-toolbar no-border-top>
|
||||
<ion-toolbar>
|
||||
<ion-segment class="event-tester" value="Free">
|
||||
<ion-segment-button value="Paid">
|
||||
Paid
|
||||
@ -32,7 +32,7 @@
|
||||
</ion-segment>
|
||||
</ion-toolbar>
|
||||
|
||||
<ion-toolbar no-border-top no-border-bottom>
|
||||
<ion-toolbar>
|
||||
<ion-segment color="danger">
|
||||
<ion-segment-button value="sunny">
|
||||
Sunny
|
||||
|
@ -23,7 +23,7 @@
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
|
||||
<ion-toolbar no-border-top color="primary">
|
||||
<ion-toolbar color="primary">
|
||||
<ion-searchbar
|
||||
[(ngModel)]="queryText"
|
||||
(ionInput)="updateSchedule()"
|
||||
|
Reference in New Issue
Block a user