mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -13,6 +13,16 @@ $checkbox-md-checkmark-color-on: $background-color !default;
|
||||
|
||||
|
||||
ion-checkbox {
|
||||
&.item .item-inner {
|
||||
border: none;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
ion-item-content {
|
||||
border-bottom: 1px solid $item-md-border-color;
|
||||
margin: 0;
|
||||
padding: $item-md-padding-top ($item-md-padding-right / 2) $item-md-padding-bottom 0;
|
||||
}
|
||||
|
||||
&[aria-checked=true] checkbox-icon {
|
||||
background-color: $checkbox-md-background-color-on;
|
||||
|
||||
@@ -49,7 +49,8 @@ $list-md-border-color: $item-md-border-color !default;
|
||||
> ion-item-sliding:last-child .item {
|
||||
border-bottom: 1px solid $list-md-border-color;
|
||||
|
||||
.item-inner {
|
||||
.item-inner,
|
||||
ion-item-content {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user