mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -23,7 +23,6 @@
|
||||
}
|
||||
|
||||
.item-inner {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@ -32,6 +31,7 @@
|
||||
overflow: hidden;
|
||||
align-self: stretch;
|
||||
box-sizing: border-box;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.item-group {
|
||||
|
@ -47,7 +47,7 @@ $list-ios-header-color: #333 !default;
|
||||
.item {
|
||||
border-radius: 0;
|
||||
// TODO this makes the border not show on sticky
|
||||
margin-top: -1px;
|
||||
// margin-top: -1px;
|
||||
padding-left: $item-ios-padding-left;
|
||||
font-size: $item-ios-font-size;
|
||||
}
|
||||
@ -98,6 +98,16 @@ $list-ios-header-color: #333 !default;
|
||||
margin-bottom: $item-ios-padding-icon-bottom;
|
||||
}
|
||||
|
||||
ion-avatar[item-left],
|
||||
ion-thumbnail[item-left] {
|
||||
margin: $item-ios-padding-top $item-ios-padding-right $item-ios-padding-bottom 0;
|
||||
}
|
||||
|
||||
ion-avatar[item-right],
|
||||
ion-thumbnail[item-right] {
|
||||
margin: $item-ios-padding-top ($item-ios-padding-right / 2) $item-ios-padding-bottom ($item-ios-padding-left / 2);
|
||||
}
|
||||
|
||||
button[item-left],
|
||||
button[item-right],
|
||||
[button][item-left],
|
||||
|
Reference in New Issue
Block a user