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:
@@ -3,6 +3,8 @@
|
||||
margin-bottom: 20px;
|
||||
padding-left: 0; // reset padding because ul and ol
|
||||
|
||||
position: relative;
|
||||
|
||||
@include list-style($list-default-background, $list-default-border, $gray-dark);
|
||||
|
||||
&.list-success {
|
||||
@@ -141,6 +143,15 @@ a.list-item {
|
||||
-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