just set opacity of links on archived not row

This commit is contained in:
Jeff Atwood 2013-03-15 14:17:47 -07:00
parent e22b4fe229
commit 0db31b3398

View file

@ -46,7 +46,7 @@
&:nth-child(even) { &:nth-child(even) {
background-color: darken($white, 2%); background-color: darken($white, 2%);
} }
&.archived { &.archived a {
opacity: 0.6; opacity: 0.6;
} }
} }