Refactored the coffeescript behavior so it is a bit more testable.

This commit is contained in:
Arthur Barrett
2013-02-04 18:25:09 -05:00
parent 0ca7131974
commit 435fd05ef4
3 changed files with 70 additions and 25 deletions

View File

@@ -60,4 +60,8 @@ span.annotatable {
right: 8px;
margin-top: 4px;
}
&.opaque {
opacity: 0.4;
}
}