AC-175 dynamically set Event link color and cursor for each row. Used ng-class to dynamically set a css class. Now child rows that cannot be expanded appear to have no link -the text color is charcoal and the cursor is the default arrow.

This commit is contained in:
chouseknecht
2013-06-30 04:34:26 -04:00
parent ebed99047b
commit 14ed59bedf
5 changed files with 16 additions and 2 deletions

View File

@@ -386,6 +386,11 @@
margin-top: 25px;
}
.child-event a {
color: #36454F;
cursor: default;
}
/* End Jobs Page */