15 Commits

Author SHA1 Message Date
60fdc5c2f3 perf(cards): remove translateZ from ion-card
Yes, oddly enough this makes a performance difference. The translateZ
was used as a trick to force ion-card’s rounded corners to take effect
on inner elements. However, on a page that has many ion-cards, it takes
relatively a lot of power on a low-end device to move them all during a
transition. It’s best to not put them on their own layer and let the
browser just move one thing.
2016-02-03 23:22:27 -06:00
831ec87308 import mode globals in all mode components 2015-12-04 21:34:27 -06:00
bc8ff4070f refactor(sass): individual sass files import globals 2015-11-23 14:51:41 -06:00
6f45378452 fix(card): added properties to a card to clip the inside to the border-radius of the card
fixes #600
2015-11-20 15:14:51 -05:00
59e4faa5b9 fix(card): fixed border radius for lists in cards and removed border bottom of last item in list
references #387
2015-11-16 19:21:15 -05:00
069ac65e24 list/item/button/card css overhaul 2015-08-25 13:17:29 -05:00
cb48d67d4a ion-cart-content 2015-08-24 17:55:58 -05:00
d53f540d1f ion-card-header 2015-08-24 17:22:04 -05:00
c878289ed4 card inset list updates 2015-08-19 20:53:55 -05:00
db0413b2dd inset lists, card updates 2015-08-12 15:44:28 -05:00
dc89a435da card updates 2015-07-27 12:10:34 -05:00
4a254b38ca Card tweaks 2015-06-19 12:07:01 -05:00
87c81a7e19 Cards 2015-06-07 23:39:22 -05:00
3f0ddd750e Card tweaks 2015-06-01 16:46:08 -05:00
9039297110 rename src to ionic 2015-04-25 10:59:09 -05:00