chore(card): update core cards

This commit is contained in:
Adam Bradley
2017-05-17 22:34:57 +02:00
parent 834e894d2f
commit f3a4b1e5c3
4 changed files with 16 additions and 4 deletions

View File

@ -6,5 +6,8 @@
ion-card-content {
display: block;
visibility: inherit !important;
}
ion-card-content.upgraded {
visibility: inherit;
}

View File

@ -8,8 +8,11 @@
ion-card-header {
display: block;
overflow: hidden;
visibility: inherit !important;
text-overflow: ellipsis;
white-space: nowrap;
}
ion-card-header.upgraded {
visibility: inherit;
}

View File

@ -6,5 +6,8 @@
ion-card-title {
display: block;
visibility: inherit !important;
}
ion-card-header.upgraded {
visibility: inherit;
}

View File

@ -7,7 +7,10 @@
ion-card {
display: block;
overflow: hidden;
visibility: inherit !important;
}
ion-card.upgraded {
visibility: inherit;
}
ion-card img {