remove image/image from components.ts

This commit is contained in:
Adam Bradley
2015-08-31 16:11:57 -05:00
parent bff72a20dc
commit d0387f830c
2 changed files with 0 additions and 5 deletions

View File

@ -14,7 +14,6 @@ export * from 'ionic/components/item/item-group'
export * from 'ionic/components/form/input'
export * from 'ionic/components/text-input/text-input'
export * from 'ionic/components/form/label'
export * from 'ionic/components/image/image'
export * from 'ionic/components/list/list'
export * from 'ionic/components/show-hide-when/show-hide-when'

View File

@ -60,10 +60,6 @@ ion-item-content {
.list .item {
border-radius: 0;
&.activated {
background-color: #d9d9d9;
}
transition: background 300ms ease-out;
&:active {
transition-duration: 0s;