mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(list): removed item-left margin-left, added header border back for no lines
fixes #517
This commit is contained in:
@ -73,7 +73,7 @@ $list-md-header-color: #858585 !default;
|
|||||||
|
|
||||||
[item-left],
|
[item-left],
|
||||||
[item-right] {
|
[item-right] {
|
||||||
margin: $item-md-padding-media-top ($item-md-padding-right / 2) $item-md-padding-media-bottom ($item-md-padding-left / 2);
|
margin: $item-md-padding-media-top ($item-md-padding-right / 2) $item-md-padding-media-bottom 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
icon[item-left],
|
icon[item-left],
|
||||||
@ -261,8 +261,6 @@ $list-md-header-color: #858585 !default;
|
|||||||
/*****************/
|
/*****************/
|
||||||
|
|
||||||
.list[no-lines] {
|
.list[no-lines] {
|
||||||
ion-header,
|
|
||||||
ion-item-group-title,
|
|
||||||
.item,
|
.item,
|
||||||
.item .item-inner {
|
.item .item-inner {
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
|
Reference in New Issue
Block a user