refactor(list): fixing UI issues with refactoring the border

Removed margin-top for now. Removed unused css rule called no-border.
References #437
This commit is contained in:
Brandy Carney
2015-11-10 14:48:46 -05:00
parent a86eeb8dd5
commit 5e5e5f48e1
6 changed files with 51 additions and 30 deletions

View File

@@ -18,6 +18,20 @@
background-color: $list-background-color;
color: $list-text-color;
box-sizing: border-box;
}
.item-inner {
width: 100%;
display: flex;
margin: 0;
padding: 0;
border: 0;
align-items: center;
overflow: hidden;
align-self: stretch;
box-sizing: border-box;
}
.item-group {
@@ -55,18 +69,6 @@ button.item.item {
will-change: initial;
}
.item-inner {
// height: 100%;
width: 100%;
display: flex;
margin: 0;
padding: 0;
border: 0;
align-items: center;
overflow: hidden;
align-self: stretch;
}
ion-item-content {
margin: 0;
flex: 1;