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:
7
dist/css/ionic-scoped.css
vendored
7
dist/css/ionic-scoped.css
vendored
@ -171,6 +171,9 @@
|
||||
/**
|
||||
* A list divider.
|
||||
*/
|
||||
/**
|
||||
* List refreser elements
|
||||
*/
|
||||
/* the overall container of the toggle */
|
||||
/* hide the actual checkbox */
|
||||
/* the background of the toggle's track area */
|
||||
@ -1856,6 +1859,10 @@
|
||||
.ionic .list-item-text {
|
||||
margin-bottom: 0;
|
||||
line-height: 1.3; }
|
||||
.ionic .list-refresher {
|
||||
background-color: red;
|
||||
height: 0;
|
||||
overflow: hidden; }
|
||||
.ionic form {
|
||||
margin: 0 0 1.42857; }
|
||||
.ionic legend {
|
||||
|
||||
8
dist/css/ionic.css
vendored
8
dist/css/ionic.css
vendored
@ -2291,6 +2291,14 @@ a.list-item {
|
||||
margin-bottom: 0;
|
||||
line-height: 1.3; }
|
||||
|
||||
/**
|
||||
* List refreser elements
|
||||
*/
|
||||
.list-refresher {
|
||||
background-color: red;
|
||||
height: 0;
|
||||
overflow: hidden; }
|
||||
|
||||
form {
|
||||
margin: 0 0 1.42857; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user