mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(list/button): fixed button icon margin and list header bg color in inset
references #689
This commit is contained in:
@ -12,7 +12,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button-icon-right icon {
|
.button-icon-right icon {
|
||||||
margin-right: -0.2em;
|
|
||||||
padding-left: 0.4em;
|
padding-left: 0.4em;
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
line-height: 0.67;
|
line-height: 0.67;
|
||||||
|
@ -134,6 +134,10 @@ ion-list[inset] {
|
|||||||
margin: $list-inset-ios-margin-top $list-inset-ios-margin-right $list-inset-ios-margin-bottom $list-inset-ios-margin-left;
|
margin: $list-inset-ios-margin-top $list-inset-ios-margin-right $list-inset-ios-margin-bottom $list-inset-ios-margin-left;
|
||||||
border-radius: $list-inset-ios-border-radius;
|
border-radius: $list-inset-ios-border-radius;
|
||||||
|
|
||||||
|
ion-list-header {
|
||||||
|
background-color: $list-ios-background-color;
|
||||||
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
border-bottom: 1px solid $list-ios-border-color;
|
border-bottom: 1px solid $list-ios-border-color;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user