Skip to content

Commit

Permalink
made nested steps a bit nicer in the HTML report (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schäfer committed Dec 12, 2015
1 parent 5bfe3d6 commit 3e68ea9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jgiven-html5-report/src/app/css/jgivenreport.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ td.steps.intro-word .step-expand-icon {

.nested-step .step-expand-icon {
top: 1px;
left: 0.2rem;
left: -1px;
background-color: white;
}

table.steps tr.steps {
Expand All @@ -359,6 +360,10 @@ table.steps tr.steps:hover .nested-step {
border-left: 1px solid #aaa;
}

table.steps tr.steps:hover .nested-step .step-expand-icon {
background-color: #eee;
}

.table-value {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
Expand Down

0 comments on commit 3e68ea9

Please sign in to comment.