wbs-markdown
Version:
Work Breakdown Structure (WBS) in markdown format for software development projects.
24 lines (23 loc) • 401 B
CSS
/* story-label */
.story-label {
position: absolute;
left: 0px;
top: 2px;
}
.story-label .label {
visibility: hidden;
}
li.wbs-item:hover > span > .story-label .label {
visibility: visible;
}
.story-label .label.show-always {
visibility: visible;
}
.story-label .label-anchor {
position: absolute;
left: -30px;
}
.story-label .label-anchor .label {
position: absolute;
right: 0;
}