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