feat(toggle): boolean input directive

This commit is contained in:
Adam Bradley
2017-04-23 21:54:34 -05:00
parent 9a533f430f
commit ccfce9d034
35 changed files with 1529 additions and 464 deletions

View File

@ -0,0 +1,35 @@
@import "../../themes/ionic.globals";
// Toggle
// --------------------------------------------------
:host {
display: inline-block;
visibility: inherit !important;
contain: content;
}
.toggle-cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
background: transparent;
font-family: inherit;
font-style: inherit;
font-variant: inherit;
line-height: 1;
text-transform: none;
cursor: pointer;
outline: none;
}