mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
remove image/image from components.ts
This commit is contained in:
@ -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'
|
||||
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user