Style disabled specs in the results list

This commit is contained in:
Gregg Van Hove
2015-03-26 15:45:26 -07:00
parent 965229bd03
commit 692c8716f0
2 changed files with 6 additions and 1 deletions

View File

@@ -320,6 +320,10 @@ body {
&.pending a {
color: $pending-color;
}
&.disabled a {
color: $neutral-color;
}
}
}