make protractor tests work

This commit is contained in:
Andrew
2015-03-30 08:52:49 -06:00
parent bedbe8b489
commit df9ef592f5
13 changed files with 101 additions and 124 deletions

View File

@ -27,7 +27,6 @@
}
.checkbox[aria-disabled=true] {
pointer-events: none;
opacity: 0.5;
color: gray;
@ -35,8 +34,3 @@
color: inherit;
}
}
.checkbox .item-media,
.checkbox .item-content {
pointer-events: none;
}

View File

@ -0,0 +1 @@