mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Pull to refresh work for scroll #56
This commit is contained in:
13
dist/css/ionic.css
vendored
13
dist/css/ionic.css
vendored
@@ -2243,6 +2243,14 @@ body, .ionic-body {
|
||||
-o-text-size-adjust: none;
|
||||
text-size-adjust: none; }
|
||||
|
||||
.scroll-refresher {
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
background-color: white; }
|
||||
|
||||
.scroll-refreshing {
|
||||
-webkit-transition: height 0.1s ease-in-out; }
|
||||
|
||||
.overflow-scroll {
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch; }
|
||||
@@ -3487,11 +3495,6 @@ button.item-button-right:after {
|
||||
color: #222222;
|
||||
font-weight: bold; }
|
||||
|
||||
.list-refresher {
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
background-color: red; }
|
||||
|
||||
.card.list .list-item {
|
||||
padding-right: 1px;
|
||||
padding-left: 1px; }
|
||||
|
||||
Reference in New Issue
Block a user