mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Basic pull to refresh shell
This commit is contained in:
@ -253,3 +253,14 @@ a.list-item {
|
||||
margin-bottom: 0;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
/**
|
||||
* List refreser elements
|
||||
*/
|
||||
.list-refresher {
|
||||
background-color: red;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.list-refreshing {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user