mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
action menu
This commit is contained in:
@@ -24,7 +24,7 @@ $item-ios-border-color: $list-ios-border-color !default;
|
||||
.item-content {
|
||||
min-height: $item-ios-min-height;
|
||||
padding: 0;
|
||||
@include hairline(bottom, $item-ios-border-color, $z-index-list-border);
|
||||
@include hairline(bottom, $item-ios-border-color);
|
||||
}
|
||||
|
||||
.item:last-of-type .item-content:after {
|
||||
@@ -52,7 +52,7 @@ $item-ios-border-color: $list-ios-border-color !default;
|
||||
|
||||
.item-group-title {
|
||||
// TODO: This doesn't look great when it's a header for the first item
|
||||
@include hairline(bottom, $item-ios-border-color, $z-index-list-border);
|
||||
@include hairline(bottom, $item-ios-border-color);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user