mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(list): rename ion-header to ion-list-header EVERYWHERE
closes #418
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
<ion-list>
|
||||
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
List Header
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
|
||||
<ion-switch>
|
||||
<icon wifi item-left></icon>
|
||||
@@ -34,9 +34,9 @@
|
||||
|
||||
<ion-list>
|
||||
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
List Header
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
|
||||
<ion-switch checked="true">
|
||||
<icon color-wand item-left></icon>
|
||||
@@ -56,9 +56,9 @@
|
||||
|
||||
<ion-list>
|
||||
|
||||
<ion-header>
|
||||
<ion-list-header>
|
||||
List Header with text that is too long to fit inside the list header
|
||||
</ion-header>
|
||||
</ion-list-header>
|
||||
|
||||
<ion-item>
|
||||
<icon pizza item-left></icon>
|
||||
|
||||
Reference in New Issue
Block a user