mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(ripple): list item md ripple
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
border: 0;
|
||||
min-height: 4.4rem;
|
||||
text-align: initial;
|
||||
overflow: hidden;
|
||||
|
||||
background-color: $list-background-color;
|
||||
color: $list-text-color;
|
||||
|
||||
@@ -189,3 +189,9 @@ $item-md-forward-icon-color: $item-md-border-color !default;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.item,
|
||||
a.item,
|
||||
button.item {
|
||||
transition: background-color $button-md-transition-duration $button-md-animation-curve,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user