mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -33,6 +33,8 @@ $item-ios-divider-padding: 5px 15px !default;
|
||||
padding: $item-ios-padding-top $item-ios-padding-right $item-ios-padding-bottom $item-ios-padding-left;
|
||||
background-color: $item-ios-divider-bg;
|
||||
color: $item-ios-divider-color;
|
||||
//padding-top: ceil($item-padding / 2);
|
||||
//padding-bottom: ceil($item-padding / 2);
|
||||
}
|
||||
.item-group {
|
||||
// Make sure the first and last items don't have borders
|
||||
@@ -158,8 +160,17 @@ $item-ios-divider-padding: 5px 15px !default;
|
||||
|
||||
}
|
||||
|
||||
.item.activated {
|
||||
.item.activated,
|
||||
a.item.activated,
|
||||
button.item.activated {
|
||||
background-color: $item-ios-activated-background-color;
|
||||
transition-duration: 0ms;
|
||||
}
|
||||
|
||||
.item,
|
||||
a.item,
|
||||
button.item {
|
||||
transition-duration: 200ms;
|
||||
}
|
||||
|
||||
.list,
|
||||
|
||||
Reference in New Issue
Block a user