fix semitransparent background for backlog rows

This commit is contained in:
mrliptontea
2015-03-01 16:22:24 +01:00
parent 937e79a1a8
commit 2941b53826
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -459,7 +459,7 @@ $story-sp-input-width: 50px;
cursor: move;
&:nth-child(2n) {
background-color: $table-bg-accent;
background-color: $gray-lightest;
}
&:hover {