mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
List updates and directives with it!
This commit is contained in:
23
dist/ionic.css
vendored
23
dist/ionic.css
vendored
@@ -390,7 +390,8 @@ body {
|
||||
-webkit-text-size-adjust: none;
|
||||
text-size-adjust: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-user-drag: none; }
|
||||
-webkit-user-drag: none;
|
||||
-webkit-user-select: none; }
|
||||
|
||||
.view-full {
|
||||
position: fixed;
|
||||
@@ -1149,6 +1150,12 @@ a.list-item {
|
||||
a.list-item:hover, a.list-item:focus {
|
||||
text-decoration: none; }
|
||||
|
||||
.list-editing .list-item-content {
|
||||
left: 50px; }
|
||||
.list-editing .list-item-edit {
|
||||
left: 0px;
|
||||
opacity: 1; }
|
||||
|
||||
.list-item-content {
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
@@ -1156,6 +1163,20 @@ a.list-item {
|
||||
padding: 15px 15px;
|
||||
-webkit-transition: left 0.2s ease-in-out; }
|
||||
|
||||
.list-item-edit {
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
left: -48px;
|
||||
top: 0;
|
||||
width: 48px;
|
||||
height: 100%;
|
||||
line-height: 100%;
|
||||
opacity: 0;
|
||||
-webkit-transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out; }
|
||||
.list-item-edit i {
|
||||
color: #ef4e3a;
|
||||
font-size: 36px; }
|
||||
|
||||
.list-item-buttons {
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
|
||||
Reference in New Issue
Block a user