Fix highlighting for unscheduled and unstarted stories
This commit is contained in:
parent
abe7966a0f
commit
0c5447fab9
1 changed files with 6 additions and 1 deletions
|
@ -6,6 +6,11 @@
|
|||
transition: background-color 0.2s;
|
||||
}
|
||||
|
||||
.story.highlighted.unscheduled > .preview {
|
||||
background-color: #d4dfe7;
|
||||
}
|
||||
|
||||
.story.highlighted.unstarted > .preview,
|
||||
.story.highlighted.planned > .preview {
|
||||
background-color: #dfdfdf;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue