mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -139,8 +139,17 @@ $item-ios-forward-icon-color: $item-ios-border-color !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