evert "chore(item): remove comments"

This reverts commit 548f344495.
This commit is contained in:
Max Lynch
2015-09-29 13:53:19 -05:00
parent 548f344495
commit d0f209ad33

View File

@@ -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,