mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
swipe back refactor
This commit is contained in:
@@ -97,31 +97,6 @@ backdrop {
|
||||
}
|
||||
|
||||
|
||||
// Swipe Handle
|
||||
// --------------------------------------------------
|
||||
|
||||
$swipe-handle-width: 20px !default;
|
||||
$swipe-handle-top: 70px !default;
|
||||
$swipe-handle-bottom: 70px !default;
|
||||
|
||||
.swipe-handle {
|
||||
position: absolute;
|
||||
top: $swipe-handle-top;
|
||||
left: 0;
|
||||
bottom: $swipe-handle-bottom;
|
||||
width: $swipe-handle-width;
|
||||
z-index: $z-index-swipe-handle;
|
||||
|
||||
//background: red;
|
||||
//opacity: 0.2;
|
||||
|
||||
transform: translate3d(-999px, 0px, 0px);
|
||||
&.show-handle {
|
||||
transform: translate3d(0px, 0px, 0px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Loading Icon
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user