Allow stack views to link to the items they show

This commit is contained in:
Andrew Miner
2015-02-09 21:15:09 -08:00
parent 618cbd7aea
commit 100fb5834a
3 changed files with 12 additions and 4 deletions
+8 -1
View File
@@ -34,9 +34,16 @@ All rights reserved.
}
}
td.name p {
td.name a {
color: $color-text;
display: inline;
font-size: $font-size-normal;
text-decoration: none;
&:hover {
color: $color-active-hover;
text-decoration: underline;
}
}
td.action {