mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(list): add border to last item in MD list (#9679)
* fix(list): fixes #9619 * chore(list): make my sass legit * chore(list): remove from ios and wp css
This commit is contained in:
committed by
Brandy Carney
parent
3f1e59408e
commit
64346bd00b
@@ -191,4 +191,4 @@ $list-ios-header-background-color: transparent !default;
|
||||
color: $color-contrast;
|
||||
background-color: $color-base;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -178,3 +178,11 @@ $list-md-header-color: #757575 !default;
|
||||
background-color: $color-base;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Material Design List inputs
|
||||
// --------------------------------------------------
|
||||
|
||||
.list-md .item-input:last-child {
|
||||
border-bottom: 1px solid $list-md-border-color;
|
||||
}
|
||||
|
||||
@@ -31,3 +31,4 @@ ion-list[inset] {
|
||||
|
||||
transform: translateZ(0);
|
||||
}
|
||||
|
||||
|
||||
@@ -175,3 +175,4 @@ $list-wp-header-color: $list-wp-text-color !default;
|
||||
background-color: $color-base;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user