Skip to content

Commit d2b7adb

Browse files
committed
remove unused style
1 parent 2cebdd3 commit d2b7adb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/reporter/src/runnables/runnables.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -532,14 +532,6 @@ $dotted-line-left-padding: 19px;
532532
}
533533
}
534534

535-
// don't show the dotted line on the last test
536-
// since sometimes tests are contained within a collapsible with other collapsibles
537-
:nth-last-child(1 of .test) {
538-
&::before {
539-
content: none !important;
540-
}
541-
}
542-
543535
.test.runnable-failed .runnable-controls .runnable-controls-status {
544536
visibility: visible;
545537
}

0 commit comments

Comments
 (0)