mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
List item dragging mainly working
This commit is contained in:
8
dist/css/ionic.css
vendored
8
dist/css/ionic.css
vendored
@@ -2022,6 +2022,7 @@ address {
|
||||
.list {
|
||||
margin-bottom: 20px;
|
||||
padding-left: 0;
|
||||
position: relative;
|
||||
color: #333333;
|
||||
background-color: white;
|
||||
border-color: #dddddd; }
|
||||
@@ -2208,6 +2209,13 @@ a.list-item {
|
||||
.list-item-sliding {
|
||||
-webkit-transition: -webkit-transform 0.1s ease-in-out; }
|
||||
|
||||
.list-item-reordering {
|
||||
position: absolute;
|
||||
width: 100%; }
|
||||
|
||||
.list-item-placeholder {
|
||||
opacity: 0.7; }
|
||||
|
||||
/**
|
||||
* The left-side edit area of a complex list item. This area shows
|
||||
* whe the list item is in edit mode.
|
||||
|
||||
Reference in New Issue
Block a user