mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user