mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
list updates
This commit is contained in:
@@ -43,8 +43,18 @@ $item-ios-forward-icon-color: $item-ios-border-color !default;
|
||||
border-top: 1px solid $item-ios-border-color;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
&:first-of-type {
|
||||
&:before {
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
margin-bottom: -1px;
|
||||
|
||||
&:after {
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -92,6 +92,10 @@ $item-md-forward-icon-color: $item-md-border-color !default;
|
||||
margin-top: $item-md-padding-media-top;
|
||||
}
|
||||
|
||||
.item[actions] .item-content {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.badge {
|
||||
margin-right: $item-md-padding-right;
|
||||
}
|
||||
|
||||
@@ -5,3 +5,5 @@ import {App} from 'ionic/ionic';
|
||||
templateUrl: 'main.html'
|
||||
})
|
||||
class E2EApp {}
|
||||
|
||||
document.body.style.background='#eee';
|
||||
|
||||
Reference in New Issue
Block a user