toggle drag

This commit is contained in:
Adam Bradley
2013-10-01 09:42:54 -05:00
parent 04bfa7c524
commit c7b96cb52d
10 changed files with 137 additions and 44 deletions

7
dist/ionic.css vendored
View File

@@ -1909,6 +1909,13 @@ input[type="checkbox"][readonly] {
border-radius: 50%;
background-color: white;
transition: -webkit-transform 0.1s ease-in-out; }
.toggle .handle:before {
position: absolute;
content: '.';
color: transparent;
left: -14px;
top: -11px;
padding: 14px 30px; }
/* When the toggle is "on" */
.toggle :checked + .track {